diff --git a/errors/no-document-viewport-meta.md b/errors/no-document-viewport-meta.md index 0701f8293644..bf5131b348a2 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 3629bf1fa171..d7268f693b28 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 3530e66e59c8..2994d59fbd32 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 dbde8ff306ef..da9eed88ec26 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 e6fd18b175c8..051f3319649e 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 102872d195df..b305c3eb40b0 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 e6fd18b175c8..051f3319649e 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 102872d195df..b305c3eb40b0 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 e7d93327a817..98e7f88fd96e 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 74b887c1a046..b924cb097f16 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 dbde8ff306ef..da9eed88ec26 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 e6fd18b175c8..051f3319649e 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 102872d195df..b305c3eb40b0 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 e6fd18b175c8..051f3319649e 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 102872d195df..b305c3eb40b0 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 b4d2e2e232b4..26f83c9980cf 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 3530e66e59c8..2994d59fbd32 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 dbde8ff306ef..da9eed88ec26 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 81a700618bb7..a79c6731a20c 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 078e9c8cb6d4..2ceb2cefab61 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 85d428fb83e9..d8d75d5e4578 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 6a67ee4b42a6..f1373b45f203 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 4e2f59482155..b0aa3e938204 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)