diff --git a/doc/array.xml b/doc/array.xml
index 62bf7c2..fb1f51f 100644
--- a/doc/array.xml
+++ b/doc/array.xml
@@ -68,7 +68,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.