Skip to content

Commit 1f6ce10

Browse files
ijjkTimer
andauthored
Update codeload and deploy links for org rename (#13141)
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
1 parent 61ace6c commit 1f6ce10

File tree

182 files changed

+311
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+311
-311
lines changed

contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Description
134134

135135
Deploy the example using [Vercel](https://vercel.com/now):
136136

137-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/DIRECTORY_NAME)
137+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/DIRECTORY_NAME)
138138

139139
## How to use
140140

@@ -153,7 +153,7 @@ yarn create next-app --example DIRECTORY_NAME DIRECTORY_NAME-app
153153
Download the example:
154154

155155
```bash
156-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/DIRECTORY_NAME
156+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/DIRECTORY_NAME
157157
cd DIRECTORY_NAME
158158
```
159159

examples/active-class-name/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ReactRouter has a convenience property on the `Link` element to allow an author
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/active-class-name)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/active-class-name)
1010

1111
## How to use
1212

@@ -25,7 +25,7 @@ yarn create next-app --example active-class-name active-class-name-app
2525
Download the example:
2626

2727
```bash
28-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/active-class-name
28+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/active-class-name
2929
cd active-class-name
3030
```
3131

examples/amp-first/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This example sets up the boilerplate for an AMP First Site. You can see a live v
1111

1212
Deploy the example using [Vercel](https://vercel.com):
1313

14-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/amp-first)
14+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/amp-first)
1515

1616
## How to use
1717

@@ -30,7 +30,7 @@ yarn create next-app --example amp-first amp-first-app
3030
Download the example:
3131

3232
```bash
33-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp-first
33+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp-first
3434
cd amp-first
3535
```
3636

examples/amp-story/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example shows how to create an AMP page with `amp-story` using Next.js and
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/amp-story)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/amp-story)
1010

1111
## How to use
1212

@@ -25,7 +25,7 @@ yarn create next-app --example amp-story amp-app
2525
Download the example:
2626

2727
```bash
28-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp-story
28+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp-story
2929
cd amp-story
3030
```
3131

examples/amp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example shows how to create AMP pages using Next.js and the AMP feature. It
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/amp)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/amp)
1010

1111
## How to use
1212

@@ -25,7 +25,7 @@ yarn create next-app --example amp amp-app
2525
Download the example:
2626

2727
```bash
28-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp
28+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp
2929
cd amp
3030
```
3131

examples/analyze-bundles/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example shows how to analyze the output bundles using [@next/bundle-analyze
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/analyze-bundles)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/analyze-bundles)
1010

1111
## How to use
1212

@@ -25,7 +25,7 @@ yarn create next-app --example analyze-bundles analyze-bundles-app
2525
Download the example:
2626

2727
```bash
28-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/analyze-bundles
28+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/analyze-bundles
2929
cd analyze-bundles
3030
```
3131

examples/api-routes-apollo-server-and-client-auth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ yarn create next-app --example api-routes-apollo-server-and-client-auth api-rout
2626
Download the example:
2727

2828
```bash
29-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-apollo-server-and-client-auth
29+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-apollo-server-and-client-auth
3030
cd api-routes-apollo-server-and-client-auth
3131
```
3232

examples/api-routes-apollo-server-and-client/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ yarn create next-app --example api-routes-apollo-server-and-client api-routes-ap
2626
Download the example:
2727

2828
```bash
29-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-apollo-server-and-client
29+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-apollo-server-and-client
3030
cd api-routes-apollo-server-and-client
3131
```
3232

examples/api-routes-cors/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example shows how to create an `API` endpoint with [CORS](https://developer
88

99
Deploy the example using [Vercel](https://vercel.com):
1010

11-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/api-routes-cors)
11+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/api-routes-cors)
1212

1313
## How to use
1414

examples/api-routes-graphql/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Next.js ships with [API routes](https://github.com/zeit/next.js#api-routes), whi
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/api-routes-graphql)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/api-routes-graphql)
1010

1111
## How to use
1212

@@ -25,7 +25,7 @@ yarn create next-app --example api-routes-graphql api-routes-graphql-app
2525
Download the example:
2626

2727
```bash
28-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-graphql
28+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-graphql
2929
cd api-routes-graphql
3030
```
3131

examples/api-routes-middleware/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Next.js ships with [API routes](https://github.com/zeit/next.js#api-routes), whi
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/api-routes-middleware)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/api-routes-middleware)
1010

1111
## How to use
1212

@@ -25,7 +25,7 @@ yarn create next-app --example api-routes-middleware api-routes-middleware-app
2525
Download the example:
2626

2727
```bash
28-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-middleware
28+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-middleware
2929
cd api-routes-middleware
3030
```
3131

examples/api-routes-rest/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Next.js ships with [API routes](https://github.com/zeit/next.js#api-routes), whi
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/api-routes-rest)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/api-routes-rest)
1010

1111
## How to use
1212

examples/api-routes/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Next.js ships with [API routes](https://nextjs.org/docs/api-routes/introduction)
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/api-routes)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/api-routes)
1010

1111
## How to use
1212

@@ -25,7 +25,7 @@ yarn create next-app --example api-routes api-routes-app
2525
Download the example:
2626

2727
```bash
28-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes
28+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes
2929
cd api-routes
3030
```
3131

examples/basic-css/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Next.js ships with [styled-jsx](https://github.com/zeit/styled-jsx) allowing you
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/basic-css)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/basic-css)
1010

1111
## How to use
1212

@@ -27,7 +27,7 @@ yarn create next-app --example basic-css basic-css-app
2727
Download the example:
2828

2929
```bash
30-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-css
30+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-css
3131
cd basic-css
3232
```
3333

examples/basic-export/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example shows the most basic usage of `next export`. Without `exportPathMap
66

77
Deploy the example using [Vercel](https://vercel.com):
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/basic-export)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/basic-export)
1010

1111
## How to use
1212

@@ -25,7 +25,7 @@ yarn create next-app --example basic-export basic-export-app
2525
Download the example:
2626

2727
```bash
28-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-export
28+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-export
2929
cd basic-export
3030
```
3131

examples/blog-starter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ yarn create next-app --example blog-starter blog-starter-app
3535
Download the example:
3636

3737
```bash
38-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/blog-starter
38+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/blog-starter
3939
cd blog-starter
4040
```
4141

examples/catch-all-routes/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can use `next/link` as displayed in this example to route to these pages cli
1515

1616
Deploy the example using [Vercel](https://vercel.com):
1717

18-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/catch-all-routes)
18+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/catch-all-routes)
1919

2020
## How to use
2121

@@ -34,7 +34,7 @@ yarn create next-app --example catch-all-routes catch-all-routes-app
3434
Download the example:
3535

3636
```bash
37-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/catch-all-routes
37+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/catch-all-routes
3838
cd catch-all-routes
3939
```
4040

examples/cms-datocms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ yarn create next-app --example cms-datocms cms-datocms-app
3030
Download the example:
3131

3232
```bash
33-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-datocms
33+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-datocms
3434
cd cms-datocms
3535
```
3636

examples/cms-prismic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn create next-app --example cms-prismic cms-prismic-app
3131
Download the example:
3232

3333
```bash
34-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-prismic
34+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-prismic
3535
cd cms-prismic
3636
```
3737

examples/cms-sanity/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn create next-app --example cms-sanity cms-sanity-app
3131
Download the example:
3232

3333
```bash
34-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-sanity
34+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-sanity
3535
cd cms-sanity
3636
```
3737

examples/cms-takeshape/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn create next-app --example cms-takeshape cms-takeshape-app
3131
Download the example:
3232

3333
```bash
34-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-takeshape
34+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-takeshape
3535
cd cms-takeshape
3636
```
3737

examples/custom-server-actionhero/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn create next-app --example custom-server-actionhero custom-server-actionhero
2222
Download the example:
2323

2424
```bash
25-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-actionhero
25+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-actionhero
2626
cd custom-server-actionhero
2727
```
2828

examples/custom-server-express/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yarn create next-app --example custom-server-express custom-server-express-app
2323
Download the example:
2424

2525
```bash
26-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-express
26+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-express
2727
cd custom-server-express
2828
```
2929

examples/custom-server-fastify/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yarn create next-app --example custom-server-fastify custom-server-fastify-app
2323
Download the example:
2424

2525
```bash
26-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-fastify
26+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-fastify
2727
cd custom-server-fastify
2828
```
2929

examples/custom-server-hapi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yarn create next-app --example custom-server-hapi custom-server-hapi-app
2323
Download the example:
2424

2525
```bash
26-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-hapi
26+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-hapi
2727
cd custom-server-hapi
2828
```
2929

examples/custom-server-koa/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yarn create next-app --example custom-server-koa custom-server-koa-app
2323
Download the example:
2424

2525
```bash
26-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-koa
26+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-koa
2727
cd custom-server-koa
2828
```
2929

examples/custom-server-polka/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yarn create next-app --example custom-server-polka custom-server-polka-app
2323
Download the example:
2424

2525
```bash
26-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-polka
26+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-polka
2727
cd custom-server-polka
2828
```
2929

examples/custom-server-typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn create next-app --example custom-server-typescript custom-server-typescript
2222
Download the example:
2323

2424
```bash
25-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-typescript
25+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-typescript
2626
cd custom-server-typescript
2727
```
2828

examples/custom-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn create next-app --example custom-server custom-server-app
2121
Download the example:
2222

2323
```bash
24-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server
24+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server
2525
cd custom-server
2626
```
2727

examples/data-fetch/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Using `getStaticProps` fetches data at built time from a page, Next.js will pre-
99

1010
Deploy the example using [Vercel](https://vercel.com):
1111

12-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/data-fetch)
12+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/data-fetch)
1313

1414
## How to use
1515

@@ -28,7 +28,7 @@ yarn create next-app --example data-fetch data-fetch-app
2828
Download the example:
2929

3030
```bash
31-
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/data-fetch
31+
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/data-fetch
3232
cd data-fetch
3333
```
3434

0 commit comments

Comments
 (0)