Skip to content

Commit

Permalink
fix(gatsby-plugin-netlify): Broken links updated (#9286)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0b41 authored and pieh committed Oct 22, 2018
1 parent e5e6085 commit 21830b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can validate the `_headers` config through the

### Redirects

You can create redirects using the [`createRedirect`](/docs/bound-action-creators/#createRedirect) action.
You can create redirects using the [`createRedirect`](https://www.gatsbyjs.org/docs/actions/#createRedirect) action.

An example:

Expand All @@ -131,4 +131,4 @@ You can also create a `_redirects` file in the `static` folder for the same effe
You can validate the `_redirects` config through the
[Netlify playground app](https://play.netlify.com/redirects).

Redirect rules are automatically added for [client only paths](/docs/building-apps-with-gatsby/#client-only-routes). If those rules are conflicting with custom rules or if you want to have more control over them you can disable them in [configuration](#configuration) by setting `generateMatchPathRewrites` to `false`.
Redirect rules are automatically added for [client only paths](https://www.gatsbyjs.org/docs/building-apps-with-gatsby/#client-only-routes--user-authentication). If those rules are conflicting with custom rules or if you want to have more control over them you can disable them in [configuration](#configuration) by setting `generateMatchPathRewrites` to `false`.

0 comments on commit 21830b4

Please sign in to comment.