Skip to content

Commit 3e67955

Browse files
committed
update post-mrdocs script
1 parent 1da1f9a commit 3e67955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build_antora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npx antora --clean --fetch "$PLAYBOOK" --stacktrace --log-level all
3333

3434
echo "Fixing links to non-mrdocs URIs..."
3535

36-
for f in $(find build/site -name '*.html'); do
36+
for f in $(find html -name '*.html'); do
3737
perl -i -pe 's{&lcub;&lcub;(.*?)&rcub;&rcub;}{<a href="../../../$1.html">$1</a>}g' "$f"
3838
done
3939

0 commit comments

Comments
 (0)