From 9d329cf86fd68267fd267997e45e7fa56e8cc336 Mon Sep 17 00:00:00 2001
From: Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
Date: Thu, 12 Mar 2020 19:18:51 +0100
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a758757..72c2d3e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ TBD
 For advanced users only: If you happen to have Docker installed, you can start a local dockerized JupyterLab with
 
 ```bash
-docker run --name='jupyter-example-profile' --rm -it -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes registry.git-ce.rwth-aachen.de/jupyter/example-profile:master
+docker run --name='jupyter-example-profile' --rm -it -p 8888:8888 registry.git-ce.rwth-aachen.de/jupyter/profiles/example:master
 ```
 
 Copy and paste the displayed link to your favorite browser.
@@ -33,7 +33,7 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a
 * Download this repository to your local disk. You can download it as a zip-File or use `git`:  
 
   ```bash
-  git clone --recurse-submodules git@git-ce.rwth-aachen.de:jupyter/example-profile.git
+  git clone --recurse-submodules git@git-ce.rwth-aachen.de:jupyter/profiles/example.git
   ```
 
 * It is highly recommended to run the notebooks in an isolated Anaconda environment. You can create a new environment called `jupyter-example-profile` from the provided `environment.yml` by running the following command in the Anaconda prompt
@@ -66,7 +66,7 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a
 
 ## Contact
 
-* If you found a bug, please use the [issue tracker](https://git-ce.rwth-aachen.de/jupyter/example-profile/issues).
+* If you found a bug, please use the [issue tracker](https://git-ce.rwth-aachen.de/jupyter/profiles/examples/issues).
 * In all other cases, please contact [Christian Rohlfing](http://www.ient.rwth-aachen.de/cms/c_rohlfing/).
 
 The code is licensed under the [MIT license](https://opensource.org/licenses/MIT).
-- 
GitLab