소스 검색

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

Jan Holthuis 5 년 전
부모
커밋
36dd38306a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>