Skip to content

Commit 21830b4

Browse files
c0b41pieh
authored andcommitted
fix(gatsby-plugin-netlify): Broken links updated (#9286)
1 parent e5e6085 commit 21830b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/gatsby-plugin-netlify/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can validate the `_headers` config through the
109109

110110
### Redirects
111111

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

114114
An example:
115115

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

134-
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`.
134+
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 commit comments

Comments
 (0)