Skip to content

Commit b442acb

Browse files
authored
Replace zeit/next.js with vercel/next.js (vercel#20849)
1 parent bb05e42 commit b442acb

File tree

23 files changed

+26
-26
lines changed

23 files changed

+26
-26
lines changed

errors/no-document-viewport-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export default MyApp
2929

3030
### Useful Links
3131

32-
- [Issue #13230](https://github.com/zeit/next.js/issues/13230), which led to the creation of this warning.
32+
- [Issue #13230](https://github.com/vercel/next.js/issues/13230), which led to the creation of this warning.

examples/cms-agilitycms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Once you have access to [the environment variables you'll need](#step-15-set-up-
3333

3434
## How to use
3535

36-
Execute [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
36+
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
3737

3838
```bash
3939
npx create-next-app --example cms-agilitycms cms-agilitycms-app
@@ -286,7 +286,7 @@ yarn install
286286
yarn dev
287287
```
288288

289-
Your blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/zeit/next.js/discussions).
289+
Your blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).
290290

291291
### Step 17. Deploy on Vercel
292292

examples/cms-agilitycms/components/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Alert({ preview }) {
2727
<>
2828
The source code for this blog is{' '}
2929
<a
30-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
30+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
3131
className="underline hover:text-success duration-200 transition-colors"
3232
>
3333
available on GitHub

examples/cms-agilitycms/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
Read Documentation
1818
</a>
1919
<a
20-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
20+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
2121
className="mx-3 font-bold hover:underline"
2222
>
2323
View on GitHub

examples/cms-buttercms/components/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Alert({ preview }) {
2727
<>
2828
The source code for this blog is{' '}
2929
<a
30-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
30+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
3131
className="underline hover:text-success duration-200 transition-colors"
3232
>
3333
available on GitHub

examples/cms-buttercms/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
Read Documentation
1818
</a>
1919
<a
20-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
20+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
2121
className="mx-3 font-bold hover:underline"
2222
>
2323
View on GitHub

examples/cms-cosmic/components/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Alert({ preview }) {
2727
<>
2828
The source code for this blog is{' '}
2929
<a
30-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
30+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
3131
className="underline hover:text-success duration-200 transition-colors"
3232
>
3333
available on GitHub

examples/cms-cosmic/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
Read Documentation
1818
</a>
1919
<a
20-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
20+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
2121
className="mx-3 font-bold hover:underline"
2222
>
2323
View on GitHub

examples/cms-graphcms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Once you have access to [the environment variables you'll need](#step-3-set-up-e
3333

3434
## How to use
3535

36-
Execute [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
36+
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
3737

3838
```bash
3939
npx create-next-app --example cms-graphcms cms-graphcms-app
@@ -80,7 +80,7 @@ yarn install
8080
yarn dev
8181
```
8282

83-
Your blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/zeit/next.js/discussions).
83+
Your blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).
8484

8585
### Step 5. Try preview mode
8686

examples/cms-graphcms/components/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Alert({ preview }) {
2727
<>
2828
The source code for this blog is{' '}
2929
<a
30-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
30+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
3131
className="underline hover:text-success duration-200 transition-colors"
3232
>
3333
available on GitHub

examples/cms-graphcms/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
Read Documentation
1818
</a>
1919
<a
20-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
20+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
2121
className="mx-3 font-bold hover:underline"
2222
>
2323
View on GitHub

examples/cms-storyblok/components/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Alert({ preview }) {
2727
<>
2828
The source code for this blog is{' '}
2929
<a
30-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
30+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
3131
className="underline hover:text-success duration-200 transition-colors"
3232
>
3333
available on GitHub

examples/cms-storyblok/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
Read Documentation
1818
</a>
1919
<a
20-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
20+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
2121
className="mx-3 font-bold hover:underline"
2222
>
2323
View on GitHub

examples/cms-strapi/components/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Alert({ preview }) {
2727
<>
2828
The source code for this blog is{' '}
2929
<a
30-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
30+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
3131
className="underline hover:text-success duration-200 transition-colors"
3232
>
3333
available on GitHub

examples/cms-strapi/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
Read Documentation
1818
</a>
1919
<a
20-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
20+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
2121
className="mx-3 font-bold hover:underline"
2222
>
2323
View on GitHub

examples/cms-wordpress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Once you have access to [the environment variables you'll need](#step-3-set-up-e
3030

3131
## How to use
3232

33-
Execute [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
33+
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
3434

3535
```bash
3636
npx create-next-app --example cms-wordpress cms-wordpress-app
@@ -115,7 +115,7 @@ yarn install
115115
yarn dev
116116
```
117117

118-
Your blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/zeit/next.js/discussions).
118+
Your blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).
119119

120120
### Step 5. Add authentication for Preview Mode (Optional)
121121

examples/cms-wordpress/components/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Alert({ preview }) {
2727
<>
2828
The source code for this blog is{' '}
2929
<a
30-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
30+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
3131
className="underline hover:text-success duration-200 transition-colors"
3232
>
3333
available on GitHub

examples/cms-wordpress/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
Read Documentation
1818
</a>
1919
<a
20-
href={`https://github.com/zeit/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
20+
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
2121
className="mx-3 font-bold hover:underline"
2222
>
2323
View on GitHub

examples/with-knex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npm run dev
6060
yarn dev
6161
```
6262

63-
Your app should now be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/zeit/next.js/discussions).
63+
Your app should now be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).
6464

6565
You should now see a list of Todos that were fetched from the database via the API Route defined in `/pages/api/todos.js`.
6666

examples/with-mongodb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ yarn install
5454
yarn dev
5555
```
5656

57-
Your app should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/zeit/next.js/discussions).
57+
Your app should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).
5858

5959
You will either see a message stating "You are connected to MongoDB" or "You are NOT connected to MongoDB". Ensure that you have provided the correct `MONGODB_URI` and `MONGODB_DB` environment variables.
6060

examples/with-mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ yarn install
6363
yarn dev
6464
```
6565

66-
Your app should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/zeit/next.js/discussions).
66+
Your app should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).
6767

6868
## Deploy on Vercel
6969

examples/with-recoil/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Deploy the example using [Vercel](https://vercel.com):
1212

1313
## How to use
1414

15-
Execute [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
15+
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
1616

1717
```bash
1818
npx create-next-app --example with-recoil with-recoil-app

examples/with-sentry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ yarn install
4949
yarn dev
5050
```
5151

52-
Your app should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/zeit/next.js/discussions).
52+
Your app should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).
5353

5454
### Step 3. Automatic sourcemap upload (optional)
5555

0 commit comments

Comments
 (0)