diff --git a/projects/5etools-docker/init.sh b/projects/5etools-docker/init.sh index 05bc0e60..8eaaac14 100644 --- a/projects/5etools-docker/init.sh +++ b/projects/5etools-docker/init.sh @@ -30,7 +30,7 @@ fi # Move to the working directory for working with files. cd /usr/local/apache2/htdocs -DL_LINK=${DL_LINK:-https://github.com/5etools-mirror-2/5etools-mirror-2.github.io.git} +DL_LINK=${DL_LINK:-https://github.com/5etools-mirror-3/5etools-src.git} IMG_LINK=${IMG_LINK:-https://github.com/5etools-mirror-2/5etools-img} echo " === Using GitHub mirror at $DL_LINK"