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

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


The following commit(s) were added to refs/heads/master by this push:
     new 904503b  Reference new docker repository
904503b is described below

commit 904503b28b9cc880e0b676ac77a27ef98d2ead1f
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Thu Feb 8 17:42:33 2018 +0200

    Reference new docker repository
---
 src/main/jbake/content/documentation/getting-started.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/documentation/getting-started.md 
b/src/main/jbake/content/documentation/getting-started.md
index a3e3a78..51f2de4 100644
--- a/src/main/jbake/content/documentation/getting-started.md
+++ b/src/main/jbake/content/documentation/getting-started.md
@@ -15,12 +15,12 @@ There are different ways to get Apache Sling running. You 
can either use Docker,
 The easiest way to get Apache Sling running is to use Docker. If you don't 
have Docker installed
  you can skip to the next section.
 
-We maintain a docker image of our latest release at [Apache Sling Docker 
Image](https://hub.docker.com/r/apachesling/sling).
+We maintain a docker image of our latest release at [Apache Sling Docker 
Image](https://hub.docker.com/r/apache/sling).
  
 The simplest command to launch Sling is:
 
 
-    docker run -p 8080:8080 -v /tmp/sling:/opt/sling/sling apachesling/sling
+    docker run -p 8080:8080 -v /tmp/sling:/opt/sling/sling apache/sling
 
 This will start the latest Apache Sling distribution and mount the Sling 
directory to */tmp/sling*
  on your machine. Make sure that your docker configuration allows this or 
change to a different

-- 
To stop receiving notification emails like this one, please contact
romb...@apache.org.

Reply via email to