summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-04-03 19:27:21 +0100
committerJonathan Wakely <jwakely@redhat.com>2017-04-03 19:27:21 +0100
commit5787a0323ac3b64f046468c781567b5e6c827c03 (patch)
treed557b2ac34a05e0c2e4d224582d6fdb9b33925d7
parent162378d8ba3a0b1234ab6c76e05e95597f960b12 (diff)
downloadboost-5787a0323ac3b64f046468c781567b5e6c827c03.tar.gz
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++