Quellcode durchsuchen

Update links to std.dkuug.dk to www.open-std.org

Jonathan Wakely vor 9 Jahren
Ursprung
Commit
9e2020c74b
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      doc/test/array.xml
  2. 1 1
      doc/test/gold/document_to_test_formatting/array.html

+ 1 - 1
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

+ 1 - 1
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++

粤ICP备19079148号