Prechádzať zdrojové kódy

Redirect old ref location to correct place

Daniel James 9 rokov pred
rodič
commit
a198f6b348
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      doc/html/ref.html

+ 2 - 2
doc/html/ref.html

@@ -7,10 +7,10 @@
       (See accompanying file LICENSE_1_0.txt or copy at
       http://www.boost.org/LICENSE_1_0.txt) -->
     <title>Redirect to generated documentation</title>
-    <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/ref.html">
+    <meta http-equiv="refresh" content="0; URL=../../libs/core/doc/html/core/ref.html">
   </head>
   <body>
     Automatic redirection failed, please go to
-    <a href="http://www.boost.org/doc/libs/master/doc/html/ref.html">http://www.boost.org/doc/libs/master/doc/html/ref.html</a>
+    <a href="../../libs/core/doc/html/core/ref.html">../../libs/core/doc/html/core/ref.html</a>
   </body>
 </html>

粤ICP备19079148号