docs: redirect from index to dev correctly

This commit is contained in:
Anand Balakrishnan 2023-10-13 15:42:15 -07:00
parent 08085dabd9
commit 9ccf4ec320

View file

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