Skip to content

Commit

Permalink
chore(docs): add correct link to gatsby-link on path prefix page (gat…
Browse files Browse the repository at this point in the history
…sbyjs#12077)

## Description

Changed link to up to date page for Gatsby Link

## Related Issues

not found any related issue
  • Loading branch information
alexandrtovmach authored and DSchau committed Feb 25, 2019
1 parent 69348c6 commit 9fff690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/path-prefix.md
Original file line number Diff line number Diff line change
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-link/) for internal links ensures those links
[Gatsby's Link component](/docs/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 9fff690

Please sign in to comment.