From b442acbe1c95aeed02fc28d714f60e3e5e074b74 Mon Sep 17 00:00:00 2001 From: Luc Leray Date: Thu, 7 Jan 2021 14:41:04 +0100 Subject: [PATCH] Replace `zeit/next.js` with `vercel/next.js` (#20849) --- errors/no-document-viewport-meta.md | 2 +- examples/cms-agilitycms/README.md | 4 ++-- examples/cms-agilitycms/components/alert.js | 2 +- examples/cms-agilitycms/components/footer.js | 2 +- examples/cms-buttercms/components/alert.js | 2 +- examples/cms-buttercms/components/footer.js | 2 +- examples/cms-cosmic/components/alert.js | 2 +- examples/cms-cosmic/components/footer.js | 2 +- examples/cms-graphcms/README.md | 4 ++-- examples/cms-graphcms/components/alert.js | 2 +- examples/cms-graphcms/components/footer.js | 2 +- examples/cms-storyblok/components/alert.js | 2 +- examples/cms-storyblok/components/footer.js | 2 +- examples/cms-strapi/components/alert.js | 2 +- examples/cms-strapi/components/footer.js | 2 +- examples/cms-wordpress/README.md | 4 ++-- examples/cms-wordpress/components/alert.js | 2 +- examples/cms-wordpress/components/footer.js | 2 +- examples/with-knex/README.md | 2 +- examples/with-mongodb/README.md | 2 +- examples/with-mysql/README.md | 2 +- examples/with-recoil/README.md | 2 +- examples/with-sentry/README.md | 2 +- 23 files changed, 26 insertions(+), 26 deletions(-) diff --git a/errors/no-document-viewport-meta.md b/errors/no-document-viewport-meta.md index 0701f82936..bf5131b348 100644 --- a/errors/no-document-viewport-meta.md +++ b/errors/no-document-viewport-meta.md @@ -29,4 +29,4 @@ export default MyApp ### Useful Links -- [Issue #13230](https://github.com/zeit/next.js/issues/13230), which led to the creation of this warning. +- [Issue #13230](https://github.com/vercel/next.js/issues/13230), which led to the creation of this warning. diff --git a/examples/cms-agilitycms/README.md b/examples/cms-agilitycms/README.md index 3629bf1fa1..d7268f693b 100644 --- a/examples/cms-agilitycms/README.md +++ b/examples/cms-agilitycms/README.md @@ -33,7 +33,7 @@ Once you have access to [the environment variables you'll need](#step-15-set-up- ## How to use -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: +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: ```bash npx create-next-app --example cms-agilitycms cms-agilitycms-app @@ -286,7 +286,7 @@ yarn install yarn dev ``` -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). +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). ### Step 17. Deploy on Vercel diff --git a/examples/cms-agilitycms/components/alert.js b/examples/cms-agilitycms/components/alert.js index 3530e66e59..2994d59fbd 100644 --- a/examples/cms-agilitycms/components/alert.js +++ b/examples/cms-agilitycms/components/alert.js @@ -27,7 +27,7 @@ export default function Alert({ preview }) { <> The source code for this blog is{' '} available on GitHub diff --git a/examples/cms-agilitycms/components/footer.js b/examples/cms-agilitycms/components/footer.js index dbde8ff306..da9eed88ec 100644 --- a/examples/cms-agilitycms/components/footer.js +++ b/examples/cms-agilitycms/components/footer.js @@ -17,7 +17,7 @@ export default function Footer() { Read Documentation View on GitHub diff --git a/examples/cms-buttercms/components/alert.js b/examples/cms-buttercms/components/alert.js index e6fd18b175..051f331964 100644 --- a/examples/cms-buttercms/components/alert.js +++ b/examples/cms-buttercms/components/alert.js @@ -27,7 +27,7 @@ export default function Alert({ preview }) { <> The source code for this blog is{' '} available on GitHub diff --git a/examples/cms-buttercms/components/footer.js b/examples/cms-buttercms/components/footer.js index 102872d195..b305c3eb40 100644 --- a/examples/cms-buttercms/components/footer.js +++ b/examples/cms-buttercms/components/footer.js @@ -17,7 +17,7 @@ export default function Footer() { Read Documentation View on GitHub diff --git a/examples/cms-cosmic/components/alert.js b/examples/cms-cosmic/components/alert.js index e6fd18b175..051f331964 100644 --- a/examples/cms-cosmic/components/alert.js +++ b/examples/cms-cosmic/components/alert.js @@ -27,7 +27,7 @@ export default function Alert({ preview }) { <> The source code for this blog is{' '} available on GitHub diff --git a/examples/cms-cosmic/components/footer.js b/examples/cms-cosmic/components/footer.js index 102872d195..b305c3eb40 100644 --- a/examples/cms-cosmic/components/footer.js +++ b/examples/cms-cosmic/components/footer.js @@ -17,7 +17,7 @@ export default function Footer() { Read Documentation View on GitHub diff --git a/examples/cms-graphcms/README.md b/examples/cms-graphcms/README.md index e7d93327a8..98e7f88fd9 100644 --- a/examples/cms-graphcms/README.md +++ b/examples/cms-graphcms/README.md @@ -33,7 +33,7 @@ Once you have access to [the environment variables you'll need](#step-3-set-up-e ## How to use -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: +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: ```bash npx create-next-app --example cms-graphcms cms-graphcms-app @@ -80,7 +80,7 @@ yarn install yarn dev ``` -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). +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). ### Step 5. Try preview mode diff --git a/examples/cms-graphcms/components/alert.js b/examples/cms-graphcms/components/alert.js index 74b887c1a0..b924cb097f 100644 --- a/examples/cms-graphcms/components/alert.js +++ b/examples/cms-graphcms/components/alert.js @@ -27,7 +27,7 @@ export default function Alert({ preview }) { <> The source code for this blog is{' '} available on GitHub diff --git a/examples/cms-graphcms/components/footer.js b/examples/cms-graphcms/components/footer.js index dbde8ff306..da9eed88ec 100644 --- a/examples/cms-graphcms/components/footer.js +++ b/examples/cms-graphcms/components/footer.js @@ -17,7 +17,7 @@ export default function Footer() { Read Documentation View on GitHub diff --git a/examples/cms-storyblok/components/alert.js b/examples/cms-storyblok/components/alert.js index e6fd18b175..051f331964 100644 --- a/examples/cms-storyblok/components/alert.js +++ b/examples/cms-storyblok/components/alert.js @@ -27,7 +27,7 @@ export default function Alert({ preview }) { <> The source code for this blog is{' '} available on GitHub diff --git a/examples/cms-storyblok/components/footer.js b/examples/cms-storyblok/components/footer.js index 102872d195..b305c3eb40 100644 --- a/examples/cms-storyblok/components/footer.js +++ b/examples/cms-storyblok/components/footer.js @@ -17,7 +17,7 @@ export default function Footer() { Read Documentation View on GitHub diff --git a/examples/cms-strapi/components/alert.js b/examples/cms-strapi/components/alert.js index e6fd18b175..051f331964 100644 --- a/examples/cms-strapi/components/alert.js +++ b/examples/cms-strapi/components/alert.js @@ -27,7 +27,7 @@ export default function Alert({ preview }) { <> The source code for this blog is{' '} available on GitHub diff --git a/examples/cms-strapi/components/footer.js b/examples/cms-strapi/components/footer.js index 102872d195..b305c3eb40 100644 --- a/examples/cms-strapi/components/footer.js +++ b/examples/cms-strapi/components/footer.js @@ -17,7 +17,7 @@ export default function Footer() { Read Documentation View on GitHub diff --git a/examples/cms-wordpress/README.md b/examples/cms-wordpress/README.md index b4d2e2e232..26f83c9980 100644 --- a/examples/cms-wordpress/README.md +++ b/examples/cms-wordpress/README.md @@ -30,7 +30,7 @@ Once you have access to [the environment variables you'll need](#step-3-set-up-e ## How to use -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: +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: ```bash npx create-next-app --example cms-wordpress cms-wordpress-app @@ -115,7 +115,7 @@ yarn install yarn dev ``` -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). +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). ### Step 5. Add authentication for Preview Mode (Optional) diff --git a/examples/cms-wordpress/components/alert.js b/examples/cms-wordpress/components/alert.js index 3530e66e59..2994d59fbd 100644 --- a/examples/cms-wordpress/components/alert.js +++ b/examples/cms-wordpress/components/alert.js @@ -27,7 +27,7 @@ export default function Alert({ preview }) { <> The source code for this blog is{' '} available on GitHub diff --git a/examples/cms-wordpress/components/footer.js b/examples/cms-wordpress/components/footer.js index dbde8ff306..da9eed88ec 100644 --- a/examples/cms-wordpress/components/footer.js +++ b/examples/cms-wordpress/components/footer.js @@ -17,7 +17,7 @@ export default function Footer() { Read Documentation View on GitHub diff --git a/examples/with-knex/README.md b/examples/with-knex/README.md index 81a700618b..a79c6731a2 100644 --- a/examples/with-knex/README.md +++ b/examples/with-knex/README.md @@ -60,7 +60,7 @@ npm run dev yarn dev ``` -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). +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). You should now see a list of Todos that were fetched from the database via the API Route defined in `/pages/api/todos.js`. diff --git a/examples/with-mongodb/README.md b/examples/with-mongodb/README.md index 078e9c8cb6..2ceb2cefab 100644 --- a/examples/with-mongodb/README.md +++ b/examples/with-mongodb/README.md @@ -54,7 +54,7 @@ yarn install yarn dev ``` -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). +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). 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. diff --git a/examples/with-mysql/README.md b/examples/with-mysql/README.md index 85d428fb83..d8d75d5e45 100644 --- a/examples/with-mysql/README.md +++ b/examples/with-mysql/README.md @@ -63,7 +63,7 @@ yarn install yarn dev ``` -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). +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). ## Deploy on Vercel diff --git a/examples/with-recoil/README.md b/examples/with-recoil/README.md index 6a67ee4b42..f1373b45f2 100644 --- a/examples/with-recoil/README.md +++ b/examples/with-recoil/README.md @@ -12,7 +12,7 @@ Deploy the example using [Vercel](https://vercel.com): ## How to use -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: +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: ```bash npx create-next-app --example with-recoil with-recoil-app diff --git a/examples/with-sentry/README.md b/examples/with-sentry/README.md index 4e2f594821..b0aa3e9382 100644 --- a/examples/with-sentry/README.md +++ b/examples/with-sentry/README.md @@ -49,7 +49,7 @@ yarn install yarn dev ``` -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). +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). ### Step 3. Automatic sourcemap upload (optional) -- GitLab