diff --git a/docs/api-reference/next/link.md b/docs/api-reference/next/link.md index 560ae5c48c9b..c9d6d34ae3aa 100644 --- a/docs/api-reference/next/link.md +++ b/docs/api-reference/next/link.md @@ -121,7 +121,7 @@ function Home() { export default Home ``` -The above example will be a link to `/about?name=Zeit`. You can use every property as defined in the [Node.js URL module documentation](https://nodejs.org/api/url.html#url_url_strings_and_url_objects). +The above example will be a link to `/about?name=ZEIT`. You can use every property as defined in the [Node.js URL module documentation](https://nodejs.org/api/url.html#url_url_strings_and_url_objects). ## Replace the URL instead of push