Просмотр исходного кода

Fix redirect in libs/numeric/index.html

Daniel James 9 лет назад
Родитель
Сommit
b9cedf3df7
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      libs/numeric/index.html

+ 3 - 3
libs/numeric/index.html

@@ -1,14 +1,14 @@
 <html>
 <head>
-<meta http-equiv="refresh" content="0; URL=ublas/doc/index.htm">
+<meta http-equiv="refresh" content="0; URL=ublas/doc/index.html">
 </head>
 <body>
 Automatic redirection failed, please go to
-<a href="ublas/doc/index.htm">ublas/doc/index.htm</a>.&nbsp;<hr>
+<a href="ublas/doc/index.html">ublas/doc/index.html</a>.&nbsp;<hr>
 <p>© Copyright Beman Dawes, 2001</p>
 <p>Distributed under the Boost Software License, Version 1.0. (See accompanying 
 file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy 
 at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
 </p>
 </body>
-</html>
+</html>

粤ICP备19079148号