Update Link for create-next-app (#8423)

This commit is contained in:
Matthew Sweeney 2019-08-19 12:02:58 +01:00 committed by Tim Neutkens
parent c13d1bca27
commit 6dbc64ff28

View file

@ -18,16 +18,16 @@ const Home = () => (
</p>
<div className='row'>
<Link href='https://github.com/zeit/next.js#getting-started'>
<Link href='https://github.com/zeit/next.js#setup'>
<a className='card'>
<h3>Getting Started &rarr;</h3>
<p>Learn more about Next.js on GitHub and in their examples</p>
<p>Learn more about Next.js on GitHub and in their examples.</p>
</a>
</Link>
<Link href='https://github.com/zeit/next.js/tree/master/examples'>
<a className='card'>
<h3>Examples &rarr;</h3>
<p>Find other example boilerplates on the Next.js GitHub</p>
<p>Find other example boilerplates on the Next.js GitHub.</p>
</a>
</Link>
<Link href='https://github.com/zeit/next.js'>