mirror of
https://github.com/vale981/sphinx-multiversion
synced 2025-03-04 17:11:39 -05:00
docs/github_pages: Add redirect fix to gh-pages documentation
This commit is contained in:
parent
880bd0b3ba
commit
36dd38306a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue