1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
This commit is contained in:
Kris Luminar 2019-02-09 21:45:33 -06:00 committed by Tim Neutkens
parent c0701e948f
commit 693ab43663

View file

@ -405,7 +405,7 @@ export default () => <p>Welcome to About!</p>
`<Link>` component has two main props:
* `href`: the path inside `pages` directory + query string.
* `as`: the path that will be renderer on browser URL bar.
* `as`: the path that will be rendered in the browser URL bar.
Example: