summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b510ebf..a56cd7e 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
</head>
<body>
<script>
- location.replace('docs');
+ location.replace('docs' + location.hash);
</script>
</body>
</html> \ No newline at end of file