mirror of
https://github.com/vale981/sphinx-multiversion
synced 2025-03-04 09:01:41 -05:00
assets/gh-pages-redirect: Fix gh-pages redirect to master branch
Apparently, just redirecting to the directory stopped working, but linking to index.html works fine.
This commit is contained in:
parent
8c51dfe7df
commit
880bd0b3ba
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Redirecting to https://holzhaus.github.io/sphinx-multiversion/master/</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; URL=https://holzhaus.github.io/sphinx-multiversion/master/">
|
||||
<link rel="canonical" href="https://holzhaus.github.io/sphinx-multiversion/master/">
|
||||
<meta http-equiv="refresh" content="0; URL=https://holzhaus.github.io/sphinx-multiversion/master/index.html">
|
||||
<link rel="canonical" href="https://holzhaus.github.io/sphinx-multiversion/master/index.html">
|
||||
</head>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue