Skip to content

Commit 897f7e3

Browse files
committed
hack home
1 parent bce1599 commit 897f7e3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/build_antora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ 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"
84+
perl -i -pe 's{href="index.html"}{href="https://www.boost.org/library/develop/openmethod/"}g' "$f"
8585
done
8686

8787

doc/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* xref:motivation.adoc[Motivation]
1+
* xref:index.adoc[Motivation]
22
* Basic Features
33
** xref:basics.adoc[Methods and Overriders]
44
** xref:performance.adoc[Performance]
File renamed without changes.

0 commit comments

Comments
 (0)