Skip to content

Commit 07a85a5

Browse files
committed
hack home
1 parent a52ad15 commit 07a85a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/build_antora.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,11 @@ echo "Fixing links to non-mrdocs URIs..."
8181

8282
for f in $(find html -name '*.html'); do
8383
perl -i -pe 's{&lcub;&lcub;(.*?)&rcub;&rcub;}{<a href="../../../$1.html">$1</a>}g' "$f"
84+
perl -i -pe 's{<a href="motivation.html">Boost.OpenMethod</a>}{<a href="https://www.boost.org/library/develop/openmethod/">Boost.OpenMethod</a>}g' "$f"
8485
done
8586

87+
88+
8689
if [ -n "${base_url:-}" ]; then
8790
if [ -f mrdocs.yml.bak ]; then
8891
mv -f mrdocs.yml.bak mrdocs.yml

0 commit comments

Comments
 (0)