Skip to content

Commit be01907

Browse files
committed
Fix redirect url
1 parent 1769b56 commit be01907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<script>
2-
location = 'url=syntax/' + (location.hash || '');
2+
location = 'syntax/' + (location.hash || '');
33
</script>
44
<meta http-equiv="refresh" content="0;url=syntax/" />

0 commit comments

Comments
 (0)