Skip to content

Commit

Permalink
Fix #4818: Add redirect for /guide/config
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Oct 4, 2018
1 parent 55ead95 commit c579400
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# See: https://www.netlify.com/docs/redirects/

# V3 urls that have V4 equivalents
/docs/* /documentation/:splat
/guide /getting-started
/docs/* /documentation/:splat
/guide /getting-started
/guide/config /documentation/configuration/

# V3 urls that don't have V4 equivalents yet
/examples https://v3.keystonejs.com/examples 302

0 comments on commit c579400

Please sign in to comment.