Skip to content

Commit

Permalink
Merge pull request #603 from fingolfin/mh/gap-manuals-url
Browse files Browse the repository at this point in the history
Update GAP manuals baseurl
  • Loading branch information
mohamed-barakat authored Mar 27, 2024
2 parents 3b0ebd3 + 5632577 commit d57aa10
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 d57aa10

Please sign in to comment.