File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ npx antora --clean --fetch "$PLAYBOOK" --stacktrace --log-level all
3333
3434echo " 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{{{(.*?)}}}{<a href="../../../$1.html">$1</a>}g' " $f "
3838done
3939
Original file line number Diff line number Diff line change @@ -636,10 +636,6 @@ inline auto final_virtual_ptr(Arg&& obj) {
636636// ! {{BOOST_OPENMETHOD_DEFAULT_REGISTRY}}
637637// ! preprocessor symbol.
638638// !
639- // ! The default value for `Registry` can be customized by defining the
640- // ! xref:BOOST_OPENMETHOD_DEFAULT_REGISTRY.adoc[`BOOST_OPENMETHOD_DEFAULT_REGISTRY`]
641- // ! preprocessor symbol.
642- // !
643639// ! @par Requirements
644640// !
645641// ! @li @ref virtual_traits must be specialized for `Class&`.
You can’t perform that action at this time.
0 commit comments