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