docs: redirect from index to dev correctly
This commit is contained in:
parent
08085dabd9
commit
9ccf4ec320
1 changed files with 2 additions and 2 deletions
4
docs/_templates/index-redirect.html
vendored
4
docs/_templates/index-redirect.html
vendored
|
|
@ -1,9 +1,9 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Redirecting to master branch</title>
|
<title>Redirecting to dev branch</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=./master/index.html">
|
<meta http-equiv="refresh" content="0; url=./dev/index.html">
|
||||||
<link rel="canonical" href="/dev/index.html">
|
<link rel="canonical" href="/dev/index.html">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue