Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/boostorg/boost.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-04-03 21:27:21 +0300
committerDaniel James <daniel@calamity.org.uk>2017-06-24 23:59:37 +0300
commit9e2020c74b9aaf23f9ed77c0a5874e3b424bc7de (patch)
tree26738c9c5120f1bcd4fad12156e2000ae4a57734 /doc
parentfc7f9f58b2f9a3610ebcf0feb094983404d21e85 (diff)
Update links to std.dkuug.dk to www.open-std.org
Diffstat (limited to 'doc')
-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++