diff --git a/docs/developer-setup.rst b/docs/developer-setup.rst --- a/docs/developer-setup.rst +++ b/docs/developer-setup.rst @@ -12,10 +12,9 @@ hack it, and run locally the unit tests. If you want to test the effect of your modifications in a running |swh| -instance, you should check the `documentation`_ of the swh-docker-dev_ project. +instance, you should check the swh-environment docker `documentation`_. -.. _`documentation`: https://forge.softwareheritage.org/source/swh-docker-dev/browse/master/README.md?as=remarkup -.. _`swh-docker-dev`: https://forge.softwareheritage.org/source/swh-docker-dev +.. _`documentation`: https://forge.softwareheritage.org/source/swh-environment/browse/master/docker/README.md?as=remarkup .. _`virtualenv`: https://pypi.org/project/virtualenv/ diff --git a/docs/getting-started.rst b/docs/getting-started.rst --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -20,8 +20,8 @@ Then:: - git clone https://forge.softwareheritage.org/source/swh-docker-dev.git - cd swh-docker-dev + git clone https://forge.softwareheritage.org/source/swh-environment.git + cd swh-environment/docker docker-compose up -d When all the containers are up and running, you have a running Software