You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/10/11 22:12:34 UTC

[sling-org-apache-sling-app-cms] branch master updated: Fixing SLING-10864 - fixing download url

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c1fb7c  Fixing  SLING-10864 - fixing download url
2c1fb7c is described below

commit 2c1fb7cc560b4cf9ed2cafc192c67aac0a297086
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Mon Oct 11 18:12:28 2021 -0400

    Fixing  SLING-10864 - fixing download url
---
 docs/quickstart.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/quickstart.md b/docs/quickstart.md
index 2e4cc91..7ac2c29 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -21,8 +21,8 @@ This guide will give you a quick introduction to getting started with Sling CMS.
 
 This installation is the simplest option for developers or those looking to quickly set up a test instance Sling CMS. To run the Sling CMS on a local envionment:
 
- 1. Download the [Sling CMS JAR](https://search.maven.org/search?q=org.apache.sling.cms) to a directory on your computer. The jar that you are looking for has the name `java -jar org.apache.sling.app.cms-[version].jar`
- 2. Run the command `java -jar org.apache.sling.app.cms-[version].jar` to start Sling CMS
+ 1. Download the [Sling CMS JAR](https://github.com/apache/sling-org-apache-sling-app-cms/releases) to a directory on your computer. 
+ 2. Run the command `java -jar org.apache.sling.app.cms-[version].jar` to start Sling 9CMS
  3. Open a browser and navigate to [http://localhost:8080/](http://localhost:8080/). The default credentials are *admin*/*admin*.
 
 ## Installing on a VM with Vagrant