From 3a517c0e67c6723a0337bfb14b3f94df6df2c479 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 23 Jan 2025 22:49:11 -0800 Subject: [PATCH] 5etools-docker: Update Git url --- projects/5etools-docker/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"