summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2017-06-23 21:20:21 +0100
committerGitHub <noreply@github.com>2017-06-23 21:20:21 +0100
commit79b91176f3551aa4452beae93ded043d8f7c866e (patch)
treef72999a51eb6226a506698a9de0101d507f5edaa
parentaef87c2be42e5973d5eba0ffcfd87a98107c9bdb (diff)
parent5787a0323ac3b64f046468c781567b5e6c827c03 (diff)
downloadboost-79b91176f3551aa4452beae93ded043d8f7c866e.tar.gz
Merge pull request #134 from jwakely/links
Update links to std.dkuug.dk to www.open-std.org
-rw-r--r--doc/test/array.xml2
-rw-r--r--doc/test/gold/document_to_test_formatting/array.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/test/array.xml b/doc/test/array.xml
index ce3f57e029..3cf8e17599 100644
--- a/doc/test/array.xml
+++ b/doc/test/array.xml
@@ -36,7 +36,7 @@
<para>Note that this class is suggested to be part of the next
Technical Report, which will extend the C++ Standard (see
- <ulink url="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</ulink>).</para>
+ <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</ulink>).</para>
<para>Class <code><classname>array</classname></code> fulfills most
but not all of the requirements of "reversible containers" (see
diff --git a/doc/test/gold/document_to_test_formatting/array.html b/doc/test/gold/document_to_test_formatting/array.html
index b49a79825f..ff7f5eba3b 100644
--- a/doc/test/gold/document_to_test_formatting/array.html
+++ b/doc/test/gold/document_to_test_formatting/array.html
@@ -63,7 +63,7 @@
class simply <code class="computeroutput"><a class="link" href="../boost/array.html" title="Class template array">array</a></code>.</p>
<p>Note that this class is suggested to be part of the next
Technical Report, which will extend the C++ Standard (see
- <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm" target="_top">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</a>).</p>
+ <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm" target="_top">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</a>).</p>
<p>Class <code class="computeroutput"><a class="link" href="../boost/array.html" title="Class template array">array</a></code> fulfills most
but not all of the requirements of "reversible containers" (see
Section 23.1, [lib.container.requirements] of the C++