diff --git a/docs/docs/gatsby-link.md b/docs/docs/gatsby-link.md index a4ad90d06d0fb..1932e4f46d620 100644 --- a/docs/docs/gatsby-link.md +++ b/docs/docs/gatsby-link.md @@ -8,39 +8,81 @@ Gatsby's `` component enables linking to internal pages as well as a power The component is a wrapper around [@reach/router's Link component](https://reach.tech/router/api/Link) that adds useful enhancements specific to Gatsby. All props are passed through to @reach/router's `Link` component. -## How to use +## How to use Gatsby Link -In JavaScript: +