Skip to content

Commit 1d59ca8

Browse files
authored
Merge pull request #305 from enoch3712/304-bug-markdown-getting-starter-not-found
[BUG] markdown getting starter NOT FOUND #304
2 parents 855616c + ac92444 commit 1d59ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
redirect: getting-started/index.md
2+
redirect: getting-started/
33
---
44

55
<script>
6-
window.location.href = 'getting-started/index.md';
6+
window.location.href = 'getting-started/';
77
</script>
88

99
[Click here if you are not redirected automatically](getting-started/index.md)

0 commit comments

Comments
 (0)