Skip to content

Commit

Permalink
docs: Update hyperlink to the gatsby-link package (#9651)
Browse files Browse the repository at this point in the history
The copy was implying the link is to the Gatsby-Link package but was actually redirecting to the general packages page.
  • Loading branch information
tanvibhakta authored and pieh committed Nov 2, 2018
1 parent 05fe705 commit e43776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/path-prefix.md
Expand Up @@ -14,7 +14,7 @@ In addition links to various resources (JavaScript, images, CSS) need the same
prefix added (this is accomplished by setting the `publicPath` in webpack).

Luckily, for most sites, this work can be offloaded to Gatsby. Using
[Gatsby's Link component](/packages/gatsby/) for internal links ensures those links
[Gatsby's Link component](/packages/gatsby-link/) for internal links ensures those links
will be prefixed correctly. Gatsby ensures that paths created internally and by
webpack are also correctly prefixed.

Expand Down

0 comments on commit e43776e

Please sign in to comment.