Skip to content

Commit 6b2e30f

Browse files
authored
fix: broken urls due to refactor (vuejs#290)
1 parent c8e036a commit 6b2e30f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

netlify.toml

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
[[redirects]]
22
from = "/guide/"
33
to = "/guide/introduction.html"
4+
5+
[[redirects]]
6+
from = "guide/doc-style-guide.html"
7+
to = "/guide/contributing/doc-style-guide.html"
8+
9+
[[redirects]]
10+
from = "/guide/writing-guide.html"
11+
to = "/guide/contributing/writing-guide.html"

0 commit comments

Comments
 (0)