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

This commit is contained in:
Jan Holthuis 2020-04-02 14:48:35 +02:00
parent 880bd0b3ba
commit 36dd38306a

View file

@ -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>