Skip to content

Commit

Permalink
Update GAP manuals baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 26, 2024
1 parent 3b0ebd3 commit 5632577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release-gap-package
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ fi
# BSD and GNU make.
for f in ./*/*.htm* ; do
sed \
-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' \
-e 's;href="../../../pkg/GAPDoc[^\/]*/doc/;href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/doc/;g' \
-e 's;href="../../../pkg/gapdoc[^\/]*/doc/;href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/doc/;g' \
"$f" > "$f.bak"
Expand Down

0 comments on commit 5632577

Please sign in to comment.