We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46502f commit bdc30bcCopy full SHA for bdc30bc
readme.md
@@ -302,7 +302,7 @@ The component `<Link>` can also receive an URL object and it will automatically
302
// pages/index.js
303
import Link from 'next/link'
304
export default () => (
305
- <div>Click <Link href={{ pathname: 'about', query: { name: 'Zeit' }}}<a>here</a></Link> to read more</div>
+ <div>Click <Link href={{ pathname: 'about', query: { name: 'Zeit' }}}><a>here</a></Link> to read more</div>
306
)
307
```
308
0 commit comments