Skip to content

Commit

Permalink
chore: Add /guides redirect
Browse files Browse the repository at this point in the history
Signed-off-by: binarylogic <[email protected]>
  • Loading branch information
binarylogic committed Mar 31, 2020
1 parent 9b2d895 commit 48e0aeb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions website/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
force = true

[[redirects]]
from = "/docs/setup/guides/getting-started/"
to = "/guides/getting-started/"
from = "/docs/setup/guides/"
to = "/guides/"
status = 301
force = true

Expand All @@ -108,6 +108,12 @@
status = 301
force = true

[[redirects]]
from = "/docs/setup/guides/getting-started/"
to = "/guides/getting-started/"
status = 301
force = true

[[redirects]]
from = "/docs/setup/guides/troubleshooting"
to = "/guides/getting-started/troubleshooting/"
Expand Down

0 comments on commit 48e0aeb

Please sign in to comment.