diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx
index 08d6b677163cec1b3b35832df5fa2f4e0d70075b..334ee22316976783f7b15c6c1ec28297391d2651 100644
--- a/src/docs/getting-started/quickstart.mdx
+++ b/src/docs/getting-started/quickstart.mdx
@@ -57,8 +57,8 @@ There are 2 repos you need:
 * Athena detector
 
 ```bash
-git clone -b v0.1.0 https://eicweb.phy.anl.gov/EIC/detectors/athena.git
-git clone -b v0.2.0 https://eicweb.phy.anl.gov/EIC/detectors/ip6.git
+git clone https://eicweb.phy.anl.gov/EIC/detectors/athena.git
+git clone https://eicweb.phy.anl.gov/EIC/detectors/ip6.git
 ln -s ../ip6/ip6 athena/ip6
 ```