File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ echo "Fixing links to non-mrdocs URIs..."
8181
8282for f in $( find html -name ' *.html' ) ; do
8383 perl -i -pe ' s{{{(.*?)}}}{<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 "
8585done
8686
8787
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments