Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed May 13, 2024
1 parent 0ef0622 commit 9d4c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ for PKG in "${PKGS[@]}"; do

# This can be removed when there is no GAPDoc special case for GAP 4.10.2
if [ "$PKG" == "GAPDoc" ]; then
URL="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/GAPDoc-$VERSION.tar.gz"
URL="https://github.com/frankluebeck/GAPDoc/archive/refs/tags/relv$VERSION.tar.gz"
else
URL="https://github.com/gap-packages/$PKG/releases/download/v$VERSION/$PKG-$VERSION.tar.gz"
fi
Expand Down

0 comments on commit 9d4c333

Please sign in to comment.