Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit caa75e1

Browse files
committed
Increase priority of new redirs
1 parent cc1a086 commit caa75e1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

static/_redirects

+10-8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ http://tryghost.netlify.com/* https://docs.ghost.org/:splat
66
https://newdocs.ghost.org/* https://docs.ghost.org/:splat 301!
77

88

9+
# Temporary redirects - catch routes
10+
/faq https://ghost.org/faq/ 301!
11+
/faq/* https://ghost.org/faq/:splat 301!
12+
/tutorials https://ghost.org/tutorials/ 301!
13+
/tutorials/* https://ghost.org/tutorials/:splat 301!
14+
/integrations https://ghost.org/integrations/ 301!
15+
/integrations/* https://ghost.org/integrations/:splat 301!
16+
/ https://ghost.org/docs/ 301!
17+
18+
919
# Make edit links work
1020
/api/*/edit https://github.com/tryghost/docs-api/tree/master/:splat.md 302!
1121
/concepts/*/edit https://github.com/TryGhost/docs/tree/master/content/concepts/:splat.md 302!
@@ -393,11 +403,3 @@ https://newdocs.ghost.org/* https://docs.ghost.org/:splat
393403
/hc/en-us/articles/115000301672-Public-API-Beta /api/content/ 301!
394404

395405

396-
# Temporary redirects - catch routes
397-
/faq https://ghost.org/faq/ 301!
398-
/faq/* https://ghost.org/faq/:splat 301!
399-
/tutorials https://ghost.org/tutorials/ 301!
400-
/tutorials/* https://ghost.org/tutorials/:splat 301!
401-
/integrations https://ghost.org/integrations/ 301!
402-
/integrations/* https://ghost.org/integrations/:splat 301!
403-
/ https://ghost.org/docs/ 301!

0 commit comments

Comments
 (0)