1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix download link (#2463)

This commit is contained in:
Tim Neutkens 2017-07-05 07:18:33 +02:00 committed by Arunoda Susiripala
parent dc74d5a70f
commit 7f2acd592b

View file

@ -10,7 +10,7 @@ https://next-with-apollo-auth.now.sh
Download the example [or clone the repo](https://github.com/zeit/next.js): Download the example [or clone the repo](https://github.com/zeit/next.js):
```bash ```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-apollo-auth curl https://codeload.github.com/zeit/next.js/tar.gz/v3-beta | tar -xz --strip=2 next.js-3-beta/examples/with-apollo-auth
cd with-apollo-auth cd with-apollo-auth
``` ```