Explorar o código

docs/github_pages: Add redirect fix to gh-pages documentation

Jan Holthuis %!s(int64=5) %!d(string=hai) anos
pai
achega
36dd38306a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/github_pages.rst

+ 2 - 2
docs/github_pages.rst

@@ -50,8 +50,8 @@ Just add a :file:`index.html` file to the root directory of your ``gh-pages`` br
       <head>
         <title>Redirecting to master branch</title>
         <meta charset="utf-8">
-        <meta http-equiv="refresh" content="0; url=./master/">
-        <link rel="canonical" href="https://username.github.io/reponame/master/">
+        <meta http-equiv="refresh" content="0; url=./master/index.html">
+        <link rel="canonical" href="https://username.github.io/reponame/master/index.html">
       </head>
     </html>