We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52ad15 commit 07a85a5Copy full SHA for 07a85a5
doc/build_antora.sh
@@ -81,8 +81,11 @@ echo "Fixing links to non-mrdocs URIs..."
81
82
for f in $(find html -name '*.html'); do
83
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"
85
done
86
87
+
88
89
if [ -n "${base_url:-}" ]; then
90
if [ -f mrdocs.yml.bak ]; then
91
mv -f mrdocs.yml.bak mrdocs.yml
0 commit comments