@@ -8,7 +8,7 @@ ifdef::env-github[]
88:source-highlighter: rouge
99:source-language: c++
1010
11- [link=https://www.boost.org/doc/libs/release /libs/json]
11+ [link=https://www.boost.org/doc/libs/latest /libs/json]
1212image:https://raw.githubusercontent.com/CPPAlliance/json/master/doc/images/repo-logo-3.png[Boost.JSON]
1313
1414[cols=3]
@@ -127,11 +127,11 @@ endif::[]
127127
128128* Requires only {cpp}11
129129* Link to a built static or dynamic Boost library (build instructions can be
130- found https://www.boost.org/doc/libs/release /more/getting_started/index.html[here]),
130+ found https://www.boost.org/doc/libs/latest /more/getting_started/index.html[here]),
131131 or use header-only (see below)
132132* Additional link to Boost.Container may be required
133133 (as described in its
134- https://www.boost.org/doc/libs/release /doc/html/container.html#container.intro.introduction_building_container[documentation])
134+ https://www.boost.org/doc/libs/latest /doc/html/container.html#container.intro.introduction_building_container[documentation])
135135* Supports `-fno-exceptions`, detected automatically (but read
136136 <<Disabling Exceptions,the relevant section>> on this page).
137137
@@ -161,7 +161,7 @@ completely you can define `BOOST_ALL_NO_LIB` instead.
161161==== Disabling Exceptions
162162In order to support building with exceptions disabled this library uses another
163163Boost library,
164- https://www.boost.org/doc/libs/release /libs/throw_exception[Boost.ThrowException].
164+ https://www.boost.org/doc/libs/latest /libs/throw_exception[Boost.ThrowException].
165165This allows to automatically discover whether exception support is available.
166166On the other hand, as explained in Boost.ThrowException's documentation, if
167167exceptions are disabled, the users need to provide their own implementation for
@@ -193,7 +193,7 @@ definitions:
193193
194194==== Endianness
195195Boost.JSON uses
196- https://www.boost.org/doc/libs/release /libs/endian/doc/html/endian.html[Boost.Endian]
196+ https://www.boost.org/doc/libs/latest /libs/endian/doc/html/endian.html[Boost.Endian]
197197in order to support both little endian and big endian platforms.
198198
199199==== Supported Compilers
0 commit comments