diff --git a/docs/get_started/index.md b/docs/get_started/index.md
index 7d30a551a403c22cdcdce08459ebba69831cfa93..a50ac65d17d3f87ef403e4546884053e1ebe25f7 100644
--- a/docs/get_started/index.md
+++ b/docs/get_started/index.md
@@ -35,7 +35,7 @@ pip install -r requirements.txt
 To install DAN directly, you can install it via pip:
 
 ```shell
-pip3 install --index-url https://gitlab.teklia.com/api/v4/projects/210/packages/pypi/simple --extra-index-url https://gitlab.teklia.com/api/v4/projects/210/packages/pypi/simple teklia-dan
+pip3 install --index-url https://gitlab.teklia.com/api/v4/projects/98/packages/pypi/simple --extra-index-url https://gitlab.teklia.com/api/v4/projects/210/packages/pypi/simple teklia-dan
 ```
 
 The `--index-url` argument is required to find the `DAN` package, the `--extra-index-url` argument is needed to find the `nerval` dependency.