diff --git a/containerize.bash b/containerize.bash
index dfc7309873dd44b466f4ee936427a4e80f847383..fef039f64363018474ca82c829325e74d8959dda 100755
--- a/containerize.bash
+++ b/containerize.bash
@@ -43,8 +43,7 @@ read -r -d '' COMPILATION_LAYER <<-EOF
     #---- Compilation ----------------------------------------------------------
     # Get source code.
     cd /opt
-    git clone --recursive https://gitlab.mbb.univ-montp2.fr/ibonnici/${REPO} \
-        --branch rust-implementation
+    git clone --recursive https://gitlab.mbb.univ-montp2.fr/ibonnici/${REPO}
     cd ${REPO}
 
     # Debug test.
diff --git a/doc/src/install.md b/doc/src/install.md
index 1ffbe7a9a50e2c75fe454094a0ddf9e079b4f376..189d9336c66829e879af9ee6e2cb10ce705eb1b7 100644
--- a/doc/src/install.md
+++ b/doc/src/install.md
@@ -13,7 +13,7 @@ First, build the container image as a super user:
 ```sh
 # Get definition file.
 curl -L \
-  https://gitlab.mbb.cnrs.fr/ibonnici/aphid/-/jobs/artifacts/rust-implementation/raw/singularity.def?job=container-recipes \
+  https://gitlab.mbb.cnrs.fr/ibonnici/aphid/-/jobs/artifacts/main/raw/singularity.def?job=container-recipes \
   > aphid.def # (or download by hand)
 
 # Build image.
@@ -39,7 +39,7 @@ provided you have [Docker] installed.
 First, build the container image:
 ```sh
 docker buildx build -t aphid \
-  https://gitlab.mbb.cnrs.fr/ibonnici/aphid/-/jobs/artifacts/rust-implementation/raw/Dockerfile?job=container-recipes
+  https://gitlab.mbb.cnrs.fr/ibonnici/aphid/-/jobs/artifacts/main/raw/Dockerfile?job=container-recipes
 ```
 
 <div class="warning">
@@ -62,7 +62,7 @@ and a [rust stable toolchain] installed on your system.
 First clone and compile the project:
 
 ```sh
-git clone --recursive https://gitlab.mbb.cnrs.fr/ibonnici/aphid/ --branch rust-implementation
+git clone --recursive https://gitlab.mbb.cnrs.fr/ibonnici/aphid/
 cd aphid
 cargo test --release
 cargo build --release
diff --git a/doc/src/intro.md b/doc/src/intro.md
index 5eecf5b97f4cfb5245f796eeb6adbb8099c6a048..66f9cd6b77bb80be482e51e2073025526c5ad6c3 100644
--- a/doc/src/intro.md
+++ b/doc/src/intro.md
@@ -33,4 +33,4 @@ and the outputs produced.
 
 Bug reports, feature requests and contributions are welcome [here][repo].
 
-[repo]: https://gitlab.mbb.cnrs.fr/ibonnici/aphid/-/tree/dev
+[repo]: https://gitlab.mbb.cnrs.fr/ibonnici/aphid/