Skip to content

Commit

Permalink
docs: redirect from index to dev correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 13, 2023
1 parent 08085da commit 9ccf4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_templates/index-redirect.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting to master branch</title>
<title>Redirecting to dev branch</title>
<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">
</head>
</html>

0 comments on commit 9ccf4ec

Please sign in to comment.