diff --git a/doc/array.xml b/doc/array.xml
index eac8087..68ee5a3 100644
--- a/doc/array.xml
+++ b/doc/array.xml
@@ -77,7 +77,7 @@
Note that this class is suggested to be part of the next
Technical Report, which will extend the C++ Standard (see
- http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm).
+ http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm).
Update: std::array
is (as of C++11) part of the C++ standard.
The differences between boost::array
and std::array
are minimal.