We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff69f4 commit 1c93847Copy full SHA for 1c93847
release-gap-package
@@ -733,7 +733,7 @@ fi
733
# BSD and GNU make.
734
for f in ./*/*.htm* ; do
735
sed \
736
- -e 's;href="../../../doc/;href="https://www.gap-system.org/Manuals/doc/;g' \
+ -e 's;href="../../../doc/;href="https://docs.gap-system.org/doc/;g' \
737
-e 's;href="../../../pkg/GAPDoc[^\/]*/doc/;href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/doc/;g' \
738
-e 's;href="../../../pkg/gapdoc[^\/]*/doc/;href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/doc/;g' \
739
"$f" > "$f.bak"
0 commit comments