We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da1f9a commit 3e67955Copy full SHA for 3e67955
doc/build_antora.sh
@@ -33,7 +33,7 @@ npx antora --clean --fetch "$PLAYBOOK" --stacktrace --log-level all
33
34
echo "Fixing links to non-mrdocs URIs..."
35
36
-for f in $(find build/site -name '*.html'); do
+for f in $(find html -name '*.html'); do
37
perl -i -pe 's{{{(.*?)}}}{<a href="../../../$1.html">$1</a>}g' "$f"
38
done
39
0 commit comments