Skip to content

Commit a1be0f4

Browse files
committed
update readme
1 parent 1803a10 commit a1be0f4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
| image:https://img.shields.io/badge/matrix-develop-brightgreen.svg[Enter the Matrix,link=http://www.boost.org/development/tests/develop/developer/openmethod.html]
2020
|===
2121

22-
ifdef::env-github[]
23-
2422
== Boost.OpenMethod
2523

2624
=== Overview
@@ -32,8 +30,6 @@ free-standing functions. They make it possible to add polymorphic behavior to
3230
existing classes, without modifying them. This implementation supports single
3331
and multiple dispatch.
3432

35-
endif::[]
36-
3733
=== Example
3834

3935
[source,c++]

doc/build_antora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ echo "Fixing links to non-mrdocs URIs..."
8181

8282
for f in $(find html -name '*.html'); do
8383
perl -i -pe 's{&lcub;&lcub;(.*?)&rcub;&rcub;}{<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{<a href="motivation.html">Boost.OpenMethod</a>}{<a href="https://www.boost.org/library/${BRANCH}/openmethod/">Boost.OpenMethod</a>}g' "$f"
8585
done
8686

8787

0 commit comments

Comments
 (0)