diff --git a/contributing.md b/contributing.md index 546d7a37f26ea..bd0398d19bfc9 100644 --- a/contributing.md +++ b/contributing.md @@ -134,7 +134,7 @@ Description Deploy the example using [Vercel](https://vercel.com/now): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/DIRECTORY_NAME) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/DIRECTORY_NAME) ## How to use @@ -153,7 +153,7 @@ yarn create next-app --example DIRECTORY_NAME DIRECTORY_NAME-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/DIRECTORY_NAME +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/DIRECTORY_NAME cd DIRECTORY_NAME ``` diff --git a/examples/active-class-name/README.md b/examples/active-class-name/README.md index 8859121bea80a..fb4e7794a4890 100644 --- a/examples/active-class-name/README.md +++ b/examples/active-class-name/README.md @@ -6,7 +6,7 @@ ReactRouter has a convenience property on the `Link` element to allow an author Deploy the example using [Vercel](https://vercel.com): -[![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) +[![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) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example active-class-name active-class-name-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/active-class-name +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/active-class-name cd active-class-name ``` diff --git a/examples/amp-first/README.md b/examples/amp-first/README.md index 1e3114c898c4a..6a40e897fee9d 100644 --- a/examples/amp-first/README.md +++ b/examples/amp-first/README.md @@ -11,7 +11,7 @@ This example sets up the boilerplate for an AMP First Site. You can see a live v Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/amp-first) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/amp-first) ## How to use @@ -30,7 +30,7 @@ yarn create next-app --example amp-first amp-first-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp-first +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp-first cd amp-first ``` diff --git a/examples/amp-story/README.md b/examples/amp-story/README.md index 80afc0c7f72e8..a53f6022a089e 100644 --- a/examples/amp-story/README.md +++ b/examples/amp-story/README.md @@ -6,7 +6,7 @@ This example shows how to create an AMP page with `amp-story` using Next.js and Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/amp-story) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/amp-story) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example amp-story amp-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp-story +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp-story cd amp-story ``` diff --git a/examples/amp/README.md b/examples/amp/README.md index ad4c5cd99b2bf..ab772db056d0a 100644 --- a/examples/amp/README.md +++ b/examples/amp/README.md @@ -6,7 +6,7 @@ This example shows how to create AMP pages using Next.js and the AMP feature. It Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/amp) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/amp) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example amp amp-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/amp cd amp ``` diff --git a/examples/analyze-bundles/README.md b/examples/analyze-bundles/README.md index dd2f19263700e..7a1883dcb1e57 100644 --- a/examples/analyze-bundles/README.md +++ b/examples/analyze-bundles/README.md @@ -6,7 +6,7 @@ This example shows how to analyze the output bundles using [@next/bundle-analyze Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/analyze-bundles) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/analyze-bundles) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example analyze-bundles analyze-bundles-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/analyze-bundles +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/analyze-bundles cd analyze-bundles ``` diff --git a/examples/api-routes-apollo-server-and-client-auth/README.md b/examples/api-routes-apollo-server-and-client-auth/README.md index 269a82d59b823..12f18f3573524 100644 --- a/examples/api-routes-apollo-server-and-client-auth/README.md +++ b/examples/api-routes-apollo-server-and-client-auth/README.md @@ -26,7 +26,7 @@ yarn create next-app --example api-routes-apollo-server-and-client-auth api-rout Download the example: ```bash -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 +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 cd api-routes-apollo-server-and-client-auth ``` diff --git a/examples/api-routes-apollo-server-and-client/README.md b/examples/api-routes-apollo-server-and-client/README.md index 6135512ca3b46..b1473790c3a61 100644 --- a/examples/api-routes-apollo-server-and-client/README.md +++ b/examples/api-routes-apollo-server-and-client/README.md @@ -26,7 +26,7 @@ yarn create next-app --example api-routes-apollo-server-and-client api-routes-ap Download the example: ```bash -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 +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 cd api-routes-apollo-server-and-client ``` diff --git a/examples/api-routes-cors/README.md b/examples/api-routes-cors/README.md index 859043ecbac79..78b2f5e74f452 100644 --- a/examples/api-routes-cors/README.md +++ b/examples/api-routes-cors/README.md @@ -8,7 +8,7 @@ This example shows how to create an `API` endpoint with [CORS](https://developer Deploy the example using [Vercel](https://vercel.com): -[![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) +[![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) ## How to use diff --git a/examples/api-routes-graphql/README.md b/examples/api-routes-graphql/README.md index 4a4b283aab903..4ac494412e5b6 100644 --- a/examples/api-routes-graphql/README.md +++ b/examples/api-routes-graphql/README.md @@ -6,7 +6,7 @@ Next.js ships with [API routes](https://github.com/zeit/next.js#api-routes), whi Deploy the example using [Vercel](https://vercel.com): -[![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) +[![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) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example api-routes-graphql api-routes-graphql-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-graphql +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-graphql cd api-routes-graphql ``` diff --git a/examples/api-routes-middleware/README.md b/examples/api-routes-middleware/README.md index 2c9ddfce3f625..673da7dd15bba 100644 --- a/examples/api-routes-middleware/README.md +++ b/examples/api-routes-middleware/README.md @@ -6,7 +6,7 @@ Next.js ships with [API routes](https://github.com/zeit/next.js#api-routes), whi Deploy the example using [Vercel](https://vercel.com): -[![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) +[![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) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example api-routes-middleware api-routes-middleware-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-middleware +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes-middleware cd api-routes-middleware ``` diff --git a/examples/api-routes-rest/README.md b/examples/api-routes-rest/README.md index a4e4cf501971c..a0c53c036f2bf 100644 --- a/examples/api-routes-rest/README.md +++ b/examples/api-routes-rest/README.md @@ -6,7 +6,7 @@ Next.js ships with [API routes](https://github.com/zeit/next.js#api-routes), whi Deploy the example using [Vercel](https://vercel.com): -[![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) +[![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) ## How to use diff --git a/examples/api-routes/README.md b/examples/api-routes/README.md index 854df41707dcb..dda71f24f053c 100644 --- a/examples/api-routes/README.md +++ b/examples/api-routes/README.md @@ -6,7 +6,7 @@ Next.js ships with [API routes](https://nextjs.org/docs/api-routes/introduction) Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/api-routes) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/api-routes) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example api-routes api-routes-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes cd api-routes ``` diff --git a/examples/basic-css/README.md b/examples/basic-css/README.md index fbc1ee1244dcb..8a1cf5b270b79 100644 --- a/examples/basic-css/README.md +++ b/examples/basic-css/README.md @@ -6,7 +6,7 @@ Next.js ships with [styled-jsx](https://github.com/zeit/styled-jsx) allowing you Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/basic-css) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/basic-css) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example basic-css basic-css-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-css +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-css cd basic-css ``` diff --git a/examples/basic-export/README.md b/examples/basic-export/README.md index 9a62748fd575e..4bc3e7684696a 100644 --- a/examples/basic-export/README.md +++ b/examples/basic-export/README.md @@ -6,7 +6,7 @@ This example shows the most basic usage of `next export`. Without `exportPathMap Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/basic-export) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/basic-export) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example basic-export basic-export-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-export +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-export cd basic-export ``` diff --git a/examples/blog-starter/README.md b/examples/blog-starter/README.md index ebcf91a4c202f..4b83a0f2193ab 100644 --- a/examples/blog-starter/README.md +++ b/examples/blog-starter/README.md @@ -35,7 +35,7 @@ yarn create next-app --example blog-starter blog-starter-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/blog-starter +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/blog-starter cd blog-starter ``` diff --git a/examples/catch-all-routes/README.md b/examples/catch-all-routes/README.md index daae80b46ad9b..925f7950d01b4 100644 --- a/examples/catch-all-routes/README.md +++ b/examples/catch-all-routes/README.md @@ -15,7 +15,7 @@ You can use `next/link` as displayed in this example to route to these pages cli Deploy the example using [Vercel](https://vercel.com): -[![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) +[![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) ## How to use @@ -34,7 +34,7 @@ yarn create next-app --example catch-all-routes catch-all-routes-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/catch-all-routes +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/catch-all-routes cd catch-all-routes ``` diff --git a/examples/cms-datocms/README.md b/examples/cms-datocms/README.md index f038406e5ae0a..d2f785b1b3473 100644 --- a/examples/cms-datocms/README.md +++ b/examples/cms-datocms/README.md @@ -30,7 +30,7 @@ yarn create next-app --example cms-datocms cms-datocms-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-datocms +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-datocms cd cms-datocms ``` diff --git a/examples/cms-prismic/README.md b/examples/cms-prismic/README.md index 2d39ff5ce3b51..dd885099e35d5 100644 --- a/examples/cms-prismic/README.md +++ b/examples/cms-prismic/README.md @@ -31,7 +31,7 @@ yarn create next-app --example cms-prismic cms-prismic-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-prismic +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-prismic cd cms-prismic ``` diff --git a/examples/cms-sanity/README.md b/examples/cms-sanity/README.md index 74a823993e669..a23076a1554ba 100644 --- a/examples/cms-sanity/README.md +++ b/examples/cms-sanity/README.md @@ -31,7 +31,7 @@ yarn create next-app --example cms-sanity cms-sanity-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-sanity +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-sanity cd cms-sanity ``` diff --git a/examples/cms-takeshape/README.md b/examples/cms-takeshape/README.md index 8a9cd6114969f..2f6de5dca04f6 100644 --- a/examples/cms-takeshape/README.md +++ b/examples/cms-takeshape/README.md @@ -31,7 +31,7 @@ yarn create next-app --example cms-takeshape cms-takeshape-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-takeshape +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-takeshape cd cms-takeshape ``` diff --git a/examples/custom-server-actionhero/README.md b/examples/custom-server-actionhero/README.md index 9d8c4baf6cfcd..00b58c05c7943 100644 --- a/examples/custom-server-actionhero/README.md +++ b/examples/custom-server-actionhero/README.md @@ -22,7 +22,7 @@ yarn create next-app --example custom-server-actionhero custom-server-actionhero Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-actionhero +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-actionhero cd custom-server-actionhero ``` diff --git a/examples/custom-server-express/README.md b/examples/custom-server-express/README.md index 7bf720941eed9..9a6b1010b0a98 100644 --- a/examples/custom-server-express/README.md +++ b/examples/custom-server-express/README.md @@ -23,7 +23,7 @@ yarn create next-app --example custom-server-express custom-server-express-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-express +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-express cd custom-server-express ``` diff --git a/examples/custom-server-fastify/README.md b/examples/custom-server-fastify/README.md index e27968670b708..e58e328d4074c 100644 --- a/examples/custom-server-fastify/README.md +++ b/examples/custom-server-fastify/README.md @@ -23,7 +23,7 @@ yarn create next-app --example custom-server-fastify custom-server-fastify-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-fastify +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-fastify cd custom-server-fastify ``` diff --git a/examples/custom-server-hapi/README.md b/examples/custom-server-hapi/README.md index e5cef40796626..93f4738ee7382 100644 --- a/examples/custom-server-hapi/README.md +++ b/examples/custom-server-hapi/README.md @@ -23,7 +23,7 @@ yarn create next-app --example custom-server-hapi custom-server-hapi-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-hapi +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-hapi cd custom-server-hapi ``` diff --git a/examples/custom-server-koa/README.md b/examples/custom-server-koa/README.md index c5ebb69d5a6c9..80765e4e5bf45 100644 --- a/examples/custom-server-koa/README.md +++ b/examples/custom-server-koa/README.md @@ -23,7 +23,7 @@ yarn create next-app --example custom-server-koa custom-server-koa-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-koa +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-koa cd custom-server-koa ``` diff --git a/examples/custom-server-polka/README.md b/examples/custom-server-polka/README.md index 7ac4bc4b6e804..1421c17ed9864 100644 --- a/examples/custom-server-polka/README.md +++ b/examples/custom-server-polka/README.md @@ -23,7 +23,7 @@ yarn create next-app --example custom-server-polka custom-server-polka-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-polka +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-polka cd custom-server-polka ``` diff --git a/examples/custom-server-typescript/README.md b/examples/custom-server-typescript/README.md index 1af2a1bf70608..0c36fe37d9a2d 100644 --- a/examples/custom-server-typescript/README.md +++ b/examples/custom-server-typescript/README.md @@ -22,7 +22,7 @@ yarn create next-app --example custom-server-typescript custom-server-typescript Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-typescript +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-typescript cd custom-server-typescript ``` diff --git a/examples/custom-server/README.md b/examples/custom-server/README.md index eeb016fe8c065..cfd2ffe05158b 100644 --- a/examples/custom-server/README.md +++ b/examples/custom-server/README.md @@ -21,7 +21,7 @@ yarn create next-app --example custom-server custom-server-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server cd custom-server ``` diff --git a/examples/data-fetch/README.md b/examples/data-fetch/README.md index 6d3860f04c41c..9d02221066554 100644 --- a/examples/data-fetch/README.md +++ b/examples/data-fetch/README.md @@ -9,7 +9,7 @@ Using `getStaticProps` fetches data at built time from a page, Next.js will pre- Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/data-fetch) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/data-fetch) ## How to use @@ -28,7 +28,7 @@ yarn create next-app --example data-fetch data-fetch-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/data-fetch +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/data-fetch cd data-fetch ``` diff --git a/examples/dynamic-routing/README.md b/examples/dynamic-routing/README.md index c594034ad805a..b2c90c36a8623 100644 --- a/examples/dynamic-routing/README.md +++ b/examples/dynamic-routing/README.md @@ -14,7 +14,7 @@ You can use `next/link` as displayed in this example to route to these pages cli Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/dynamic-routing) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/dynamic-routing) ## How to use @@ -33,7 +33,7 @@ yarn create next-app --example dynamic-routing dynamic-routing-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/dynamic-routing +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/dynamic-routing cd dynamic-routing ``` diff --git a/examples/head-elements/README.md b/examples/head-elements/README.md index 277d135bcba6b..cd45c8282f9dd 100644 --- a/examples/head-elements/README.md +++ b/examples/head-elements/README.md @@ -8,7 +8,7 @@ This example shows in `pages/index.js` how to add a title and a couple of meta t Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/head-elements) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/head-elements) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example head-elements head-elements-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/head-elements +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/head-elements cd head-elements ``` diff --git a/examples/hello-world/README.md b/examples/hello-world/README.md index 9c34ee8781746..4726089ee07b5 100644 --- a/examples/hello-world/README.md +++ b/examples/hello-world/README.md @@ -6,7 +6,7 @@ This example shows the most basic idea behind Next. We have 2 pages: `pages/inde Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/hello-world) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/hello-world) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example hello-world hello-world-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/hello-world +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/hello-world cd hello-world ``` diff --git a/examples/layout-component/README.md b/examples/layout-component/README.md index cdec51da7ad36..4fc2f1f0bd74e 100644 --- a/examples/layout-component/README.md +++ b/examples/layout-component/README.md @@ -6,7 +6,7 @@ This example shows a very common use case when building websites where you need Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/layout-component) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/layout-component) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example layout-component layout-component-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/layout-component +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/layout-component cd layout-component ``` diff --git a/examples/nested-components/README.md b/examples/nested-components/README.md index 78e2abe05035d..8e48f2b8f10a9 100644 --- a/examples/nested-components/README.md +++ b/examples/nested-components/README.md @@ -6,7 +6,7 @@ Taking advantage of the composable nature of React components we can modularize Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/nested-components) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/nested-components) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example nested-components nested-components-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/nested-components +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/nested-components cd nested-components ``` diff --git a/examples/progressive-render/README.md b/examples/progressive-render/README.md index b1033b5b1ce1c..d8cfc21b6d6c0 100644 --- a/examples/progressive-render/README.md +++ b/examples/progressive-render/README.md @@ -20,7 +20,7 @@ This example features: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/progressive-render) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/progressive-render) ## How to use @@ -39,7 +39,7 @@ yarn create next-app --example progressive-render progressive-render-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/progressive-render +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/progressive-render cd progressive-render ``` diff --git a/examples/ssr-caching/README.md b/examples/ssr-caching/README.md index 6f4a70882d6eb..11bc73ea469af 100644 --- a/examples/ssr-caching/README.md +++ b/examples/ssr-caching/README.md @@ -22,7 +22,7 @@ yarn create next-app --example ssr-caching ssr-caching-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/ssr-caching +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/ssr-caching cd ssr-caching ``` diff --git a/examples/svg-components/README.md b/examples/svg-components/README.md index a05d53ea9f0d1..deb23249f4ceb 100644 --- a/examples/svg-components/README.md +++ b/examples/svg-components/README.md @@ -6,7 +6,7 @@ This example uses a custom `.babelrc` to add support for importing `.svg` files Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/svg-components) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/svg-components) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example svg-components svg-components-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/svg-components +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/svg-components cd svg-components ``` diff --git a/examples/using-preact/README.md b/examples/using-preact/README.md index be73c65b95d01..438c0481db0c2 100644 --- a/examples/using-preact/README.md +++ b/examples/using-preact/README.md @@ -19,7 +19,7 @@ yarn create next-app --example using-preact using-preact-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-preact +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-preact cd using-preact ``` diff --git a/examples/using-router/README.md b/examples/using-router/README.md index d8de7cee84888..8879c2596e792 100644 --- a/examples/using-router/README.md +++ b/examples/using-router/README.md @@ -9,7 +9,7 @@ This example features: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/using-router) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/using-router) ## How to use @@ -28,7 +28,7 @@ yarn create next-app --example using-router using-router-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-router +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-router cd using-router ``` diff --git a/examples/with-absolute-imports/README.md b/examples/with-absolute-imports/README.md index 2b9430f7b5d7c..a92ed5eff4151 100644 --- a/examples/with-absolute-imports/README.md +++ b/examples/with-absolute-imports/README.md @@ -6,7 +6,7 @@ This example shows how to configure Babel to have absolute imports instead of re Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-absolute-imports) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-absolute-imports) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-absolute-imports with-absolute-imports-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-absolute-imports +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-absolute-imports cd with-absolute-imports ``` diff --git a/examples/with-algolia-react-instantsearch/README.md b/examples/with-algolia-react-instantsearch/README.md index e934292c50d5e..778bf5b4ac231 100644 --- a/examples/with-algolia-react-instantsearch/README.md +++ b/examples/with-algolia-react-instantsearch/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-algolia-react-instantsearch with-algolia-rea Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-algolia-react-instantsearch +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-algolia-react-instantsearch cd with-algolia-react-instantsearch ``` diff --git a/examples/with-ant-design-less/README.md b/examples/with-ant-design-less/README.md index d1d28ebef313d..33543d4046cb6 100644 --- a/examples/with-ant-design-less/README.md +++ b/examples/with-ant-design-less/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [Ant Design of React](http://an Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-ant-design-less) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-ant-design-less with-ant-design-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-less +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-less cd with-ant-design-less ``` diff --git a/examples/with-ant-design-mobile/README.md b/examples/with-ant-design-mobile/README.md index 397659d39c30b..85d4ff60a459b 100644 --- a/examples/with-ant-design-mobile/README.md +++ b/examples/with-ant-design-mobile/README.md @@ -6,7 +6,7 @@ This example features how you use [antd-mobile](https://github.com/ant-design/an Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-mobile) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-ant-design-mobile) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-ant-design-mobile with-ant-design-mobile-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-mobile +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-mobile cd with-ant-design-mobile ``` diff --git a/examples/with-ant-design-pro-layout-less/README.md b/examples/with-ant-design-pro-layout-less/README.md index 998fed432cb39..357d7ed5a6cbb 100644 --- a/examples/with-ant-design-pro-layout-less/README.md +++ b/examples/with-ant-design-pro-layout-less/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [Ant Design Pro Layout](https:/ Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-pro-layout-less) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-ant-design-pro-layout-less) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-ant-design-pro-layout-less with-ant-design-a Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-pro-layout-less +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-pro-layout-less cd with-ant-design-pro-layout-less ``` diff --git a/examples/with-ant-design/README.md b/examples/with-ant-design/README.md index e35721cd553b9..5499df5de82f6 100644 --- a/examples/with-ant-design/README.md +++ b/examples/with-ant-design/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [Ant Design of React](http://an Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-ant-design) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-ant-design) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-ant-design with-ant-design-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design cd with-ant-design ``` diff --git a/examples/with-aphrodite/README.md b/examples/with-aphrodite/README.md index 2b3ce214fc4b3..9dec7f9bb7272 100644 --- a/examples/with-aphrodite/README.md +++ b/examples/with-aphrodite/README.md @@ -8,7 +8,7 @@ For this purpose we are extending the `` and injecting the server si Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-aphrodite) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-aphrodite) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-aphrodite with-aphrodite-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aphrodite +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aphrodite cd with-aphrodite ``` diff --git a/examples/with-apollo-and-redux/README.md b/examples/with-apollo-and-redux/README.md index af835bc37545d..4abfd482cf89c 100644 --- a/examples/with-apollo-and-redux/README.md +++ b/examples/with-apollo-and-redux/README.md @@ -8,7 +8,7 @@ In 3.0.0, Apollo serves out-of-the-box support for redux in favor of Apollo's st Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-apollo-and-redux) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-apollo-and-redux) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-apollo-and-redux with-apollo-and-redux-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-and-redux +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-and-redux cd with-apollo-and-redux ``` diff --git a/examples/with-apollo/README.md b/examples/with-apollo/README.md index 8da68004dd144..73c892d3a255e 100644 --- a/examples/with-apollo/README.md +++ b/examples/with-apollo/README.md @@ -15,7 +15,7 @@ https://www.apollographql.com/docs/react/api/react-ssr/#getdatafromtree Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-apollo) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-apollo) _Live Example: https://next-with-apollo.now.sh_ @@ -36,7 +36,7 @@ yarn create next-app --example with-apollo with-apollo-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo cd with-apollo ``` diff --git a/examples/with-app-layout/README.md b/examples/with-app-layout/README.md index 5710474352ecd..e48c3cce20e43 100644 --- a/examples/with-app-layout/README.md +++ b/examples/with-app-layout/README.md @@ -6,7 +6,7 @@ Shows how to use \_app.js to implement a global layout for all pages. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-app-layout) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-app-layout) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-app-layout with-app-layout-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-app-layout +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-app-layout cd with-app-layout ``` diff --git a/examples/with-astroturf/README.md b/examples/with-astroturf/README.md index 15e78a4ed496c..b403b5cf54b84 100644 --- a/examples/with-astroturf/README.md +++ b/examples/with-astroturf/README.md @@ -6,7 +6,7 @@ This example features how to use [astroturf](https://github.com/4Catalyzer/astro Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-astroturf) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-astroturf) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-astroturf with-astroturf-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-astroturf +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-astroturf cd with-astroturf ``` diff --git a/examples/with-aws-amplify-typescript/README.md b/examples/with-aws-amplify-typescript/README.md index 5ab6cbcc9fa28..0eedd3b5e0213 100644 --- a/examples/with-aws-amplify-typescript/README.md +++ b/examples/with-aws-amplify-typescript/README.md @@ -27,7 +27,7 @@ yarn create next-app --example with-aws-amplify-typescript nextjs-aws-amplify-ty Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aws-amplify-typescript +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aws-amplify-typescript cd with-aws-amplify-typescript ``` diff --git a/examples/with-aws-amplify/README.md b/examples/with-aws-amplify/README.md index 63b26885fe57f..506037bf9a9fd 100644 --- a/examples/with-aws-amplify/README.md +++ b/examples/with-aws-amplify/README.md @@ -26,7 +26,7 @@ yarn create next-app --example with-aws-amplify nextjs-aws-amplify-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aws-amplify +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aws-amplify cd with-aws-amplify ``` diff --git a/examples/with-babel-macros/README.md b/examples/with-babel-macros/README.md index ce3ff2c1b3d08..02bf5daf1baf3 100644 --- a/examples/with-babel-macros/README.md +++ b/examples/with-babel-macros/README.md @@ -6,7 +6,7 @@ This example features how to configure and use [`babel-macros`](https://github.c Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-babel-macros) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-babel-macros) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-babel-macros with-babel-macros-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-babel-macros +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-babel-macros cd with-babel-macros ``` diff --git a/examples/with-carbon-components/README.md b/examples/with-carbon-components/README.md index 830e0f8d8e06b..e03007830a2d1 100644 --- a/examples/with-carbon-components/README.md +++ b/examples/with-carbon-components/README.md @@ -8,7 +8,7 @@ Create your own theme with Carbon Design System's [theming tools](http://themes. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-carbon-components) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-carbon-components) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-carbon-components with-carbon-components-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-carbon-components +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-carbon-components cd with-carbon-components ``` diff --git a/examples/with-cerebral/README.md b/examples/with-cerebral/README.md index e8460c4202eda..adc7080f4d5cc 100644 --- a/examples/with-cerebral/README.md +++ b/examples/with-cerebral/README.md @@ -38,7 +38,7 @@ function getUser() { Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-cerebral) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-cerebral) ## How to use diff --git a/examples/with-chakra-ui/README.md b/examples/with-chakra-ui/README.md index 7b56c142287e0..41b7a693476a1 100644 --- a/examples/with-chakra-ui/README.md +++ b/examples/with-chakra-ui/README.md @@ -8,7 +8,7 @@ We are connecting the Next.js `_app.js` with `chakra-ui`'s Theme and ColorMode c Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-chakra-ui) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-chakra-ui) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-chakra-ui with-chakra-ui-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-chakra-ui +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-chakra-ui cd with-chakra-ui ``` diff --git a/examples/with-context-api/README.md b/examples/with-context-api/README.md index d1c14a4b40037..cad000f7327aa 100644 --- a/examples/with-context-api/README.md +++ b/examples/with-context-api/README.md @@ -14,7 +14,7 @@ The `pages/about.js` shows how to pass an increment value from the about page in Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-context-api) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-context-api) ## How to use @@ -33,7 +33,7 @@ yarn create next-app --example with-context-api with-context-api-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-context-api +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-context-api cd with-context-api ``` diff --git a/examples/with-cookie-auth-fauna/README.md b/examples/with-cookie-auth-fauna/README.md index 78bb218ea0ec9..9703dd96741fa 100644 --- a/examples/with-cookie-auth-fauna/README.md +++ b/examples/with-cookie-auth-fauna/README.md @@ -27,7 +27,7 @@ yarn create next-app --example with-cookie-auth-fauna with-cookie-auth-fauna-app Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-cookie-auth-fauna +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-cookie-auth-fauna cd with-cookie-auth-fauna ``` diff --git a/examples/with-custom-babel-config/README.md b/examples/with-custom-babel-config/README.md index a75d981fe116e..d92a52620e2fd 100644 --- a/examples/with-custom-babel-config/README.md +++ b/examples/with-custom-babel-config/README.md @@ -12,7 +12,7 @@ This example features: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-custom-babel-config) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-custom-babel-config) ## How to use @@ -31,7 +31,7 @@ yarn create next-app --example with-custom-babel-config with-custom-babel-config Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-custom-babel-config +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-custom-babel-config cd with-custom-babel-config ``` diff --git a/examples/with-cxs/README.md b/examples/with-cxs/README.md index 2336769703387..16dd8b19d11b3 100644 --- a/examples/with-cxs/README.md +++ b/examples/with-cxs/README.md @@ -8,7 +8,7 @@ For this purpose we are extending the `` and injecting the server si Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-cxs) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-cxs) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-cxs with-cxs-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-cxs +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-cxs cd with-cxs ``` diff --git a/examples/with-docker/README.md b/examples/with-docker/README.md index 5aca981ef7e46..6e908638eb1c1 100644 --- a/examples/with-docker/README.md +++ b/examples/with-docker/README.md @@ -23,7 +23,7 @@ yarn create next-app --example with-docker with-docker-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-docker +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-docker cd with-docker ``` diff --git a/examples/with-dotenv/README.md b/examples/with-dotenv/README.md index 310266781462e..f56c8cd3389ed 100644 --- a/examples/with-dotenv/README.md +++ b/examples/with-dotenv/README.md @@ -6,7 +6,7 @@ This example shows how to inline env vars. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-dotenv) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-dotenv) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-dotenv with-dotenv-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dotenv +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dotenv cd with-dotenv ``` diff --git a/examples/with-draft-js/README.md b/examples/with-draft-js/README.md index c1633fd935ab8..89c65e95f30c1 100644 --- a/examples/with-draft-js/README.md +++ b/examples/with-draft-js/README.md @@ -8,7 +8,7 @@ This example aims to provides a fully customizable example of the famous medium Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-draft-js) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-draft-js) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-draft-js with-draft-js-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-draft-js +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-draft-js cd with-draft-js ``` diff --git a/examples/with-dynamic-app-layout/README.md b/examples/with-dynamic-app-layout/README.md index 9d5ef7f55b255..e9b5fd8c20d35 100644 --- a/examples/with-dynamic-app-layout/README.md +++ b/examples/with-dynamic-app-layout/README.md @@ -6,7 +6,7 @@ Shows how to use _app.js to implement \_dynamic_ layouts for pages. This is achi Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-dynamic-app-layout) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-dynamic-app-layout) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-dynamic-app-layout with-dynamic-app-layout-a Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dynamic-app-layout +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dynamic-app-layout cd with-dynamic-app-layout ``` diff --git a/examples/with-dynamic-import/README.md b/examples/with-dynamic-import/README.md index 4e019ffcad4af..6bfbf0df9764f 100644 --- a/examples/with-dynamic-import/README.md +++ b/examples/with-dynamic-import/README.md @@ -6,7 +6,7 @@ This examples shows how to dynamically import modules via [`import()`](https://g Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-dynamic-import) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-dynamic-import) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-dynamic-import with-dynamic-import-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dynamic-import +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dynamic-import cd with-dynamic-import ``` diff --git a/examples/with-electron-typescript/README.md b/examples/with-electron-typescript/README.md index aa56880848e13..db634c8968d4a 100644 --- a/examples/with-electron-typescript/README.md +++ b/examples/with-electron-typescript/README.md @@ -29,7 +29,7 @@ yarn create next-app --example with-electron-typescript with-electron-typescript Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-electron-typescript +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-electron-typescript cd with-electron-typescript ``` diff --git a/examples/with-electron/README.md b/examples/with-electron/README.md index 1eb0efe5cc28c..65b3e28e5b120 100644 --- a/examples/with-electron/README.md +++ b/examples/with-electron/README.md @@ -23,7 +23,7 @@ yarn create next-app --example with-electron with-electron-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-electron +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-electron cd with-electron ``` diff --git a/examples/with-emotion-11/README.md b/examples/with-emotion-11/README.md index 56f0accee092d..40056d73017ce 100644 --- a/examples/with-emotion-11/README.md +++ b/examples/with-emotion-11/README.md @@ -6,7 +6,7 @@ Extract and inline critical css with [@emotion/react](https://www.npmjs.com/pack Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-emotion-11) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-emotion-11) ## How to use diff --git a/examples/with-emotion/README.md b/examples/with-emotion/README.md index 0526abb8ccd32..d51970cf105d1 100644 --- a/examples/with-emotion/README.md +++ b/examples/with-emotion/README.md @@ -10,7 +10,7 @@ and [@emotion/styled](https://github.com/emotion-js/emotion/tree/master/packages Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-emotion-10) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-emotion-10) ## How to use diff --git a/examples/with-env-from-next-config-js/README.md b/examples/with-env-from-next-config-js/README.md index 1a4ce54f110f4..f6aad1498abd6 100644 --- a/examples/with-env-from-next-config-js/README.md +++ b/examples/with-env-from-next-config-js/README.md @@ -16,7 +16,7 @@ View the docs on [`next.config.js`](https://nextjs.org/docs/api-reference/next.c Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-env-from-next-config-js) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-env-from-next-config-js) ## How to use @@ -35,7 +35,7 @@ yarn create next-app --example with-env-from-next-config-js Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-env-from-next-config-js +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-env-from-next-config-js cd with-env-from-next-config-js ``` diff --git a/examples/with-expo/README.md b/examples/with-expo/README.md index 8ac0de1c246d6..fc3578ac7ddb5 100644 --- a/examples/with-expo/README.md +++ b/examples/with-expo/README.md @@ -22,7 +22,7 @@ This is a starter project for creating universal React apps with Next.js and Exp Deploy the example using [Vercel](https://vercel.com) (web only): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-expo) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-expo) Deploy the native app to the App store and Play store using [Expo deployment](https://docs.expo.io/distribution/app-stores/). diff --git a/examples/with-fela/README.md b/examples/with-fela/README.md index ff8ddcfff954e..a50ce357e13e4 100755 --- a/examples/with-fela/README.md +++ b/examples/with-fela/README.md @@ -8,7 +8,7 @@ For this purpose we are extending the `` and injecting the server si Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-fela) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-fela) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-fela with-fela-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-fela +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-fela cd with-fela ``` diff --git a/examples/with-firebase-authentication/README.md b/examples/with-firebase-authentication/README.md index 7654c9cc7ad8d..15f072e97fa97 100644 --- a/examples/with-firebase-authentication/README.md +++ b/examples/with-firebase-authentication/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-firebase-authentication with-firebase-authen Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-authentication +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-authentication cd with-firebase-authentication ``` diff --git a/examples/with-firebase-cloud-messaging/README.md b/examples/with-firebase-cloud-messaging/README.md index 4021af2f59ca9..ab4a60af6aad0 100644 --- a/examples/with-firebase-cloud-messaging/README.md +++ b/examples/with-firebase-cloud-messaging/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-firebase-cloud-messaging with-firebase-cloud Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-cloud-messaging +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-cloud-messaging cd with-firebase-cloud-messaging ``` diff --git a/examples/with-firebase-hosting/README.md b/examples/with-firebase-hosting/README.md index f96b828e2f060..2c13d55bb2097 100644 --- a/examples/with-firebase-hosting/README.md +++ b/examples/with-firebase-hosting/README.md @@ -32,7 +32,7 @@ Update `.firebaserc`: adding your firebase project ID Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-hosting +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-hosting cd with-firebase-hosting ``` diff --git a/examples/with-firebase/README.md b/examples/with-firebase/README.md index b666c41f43334..bc67dc0888b4a 100644 --- a/examples/with-firebase/README.md +++ b/examples/with-firebase/README.md @@ -10,7 +10,7 @@ The React Context API is used to provide user state. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-firebase) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-firebase) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-firebase with-firebase-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase cd with-firebase ``` diff --git a/examples/with-flow/README.md b/examples/with-flow/README.md index 870931bea76ce..dac201b90a5f4 100644 --- a/examples/with-flow/README.md +++ b/examples/with-flow/README.md @@ -6,7 +6,7 @@ This example shows how you can use Flow, with the transform-flow-strip-types bab Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-flow) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-flow) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-flow with-flow-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-flow +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-flow cd with-flow ``` diff --git a/examples/with-framer-motion/README.md b/examples/with-framer-motion/README.md index 158af29822958..daff92144d0c0 100644 --- a/examples/with-framer-motion/README.md +++ b/examples/with-framer-motion/README.md @@ -8,7 +8,7 @@ When using Next's `` component, you will likely want to [disable the defau Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-framer-motion) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-framer-motion) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-framer-motion with-framer-motion Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-framer-motion +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-framer-motion cd with-framer-motion ``` diff --git a/examples/with-glamor/README.md b/examples/with-glamor/README.md index 5b989732c5323..fada2ac04d524 100644 --- a/examples/with-glamor/README.md +++ b/examples/with-glamor/README.md @@ -10,7 +10,7 @@ In this example a custom React.createElement is used. With the help of a babel p Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-glamor) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-glamor) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-glamor with-glamor-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-glamor +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-glamor cd with-glamor ``` diff --git a/examples/with-google-analytics-amp/README.md b/examples/with-google-analytics-amp/README.md index dffb05019e109..1ceb3db7dad88 100644 --- a/examples/with-google-analytics-amp/README.md +++ b/examples/with-google-analytics-amp/README.md @@ -6,7 +6,7 @@ This example shows how to use [Next.js](https://github.com/zeit/next.js) along w Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-google-analytics-amp) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-google-analytics-amp) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-google-analytics-amp with-google-analytics-a Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-google-analytics-amp +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-google-analytics-amp cd with-google-analytics-amp ``` diff --git a/examples/with-google-analytics/README.md b/examples/with-google-analytics/README.md index e48d32ed3f88e..6c5166ecb1035 100644 --- a/examples/with-google-analytics/README.md +++ b/examples/with-google-analytics/README.md @@ -6,7 +6,7 @@ This example shows how to use [Next.js](https://github.com/zeit/next.js) along w Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-google-analytics) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-google-analytics) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-google-analytics with-google-analytics-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-google-analytics +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-google-analytics cd with-google-analytics ``` diff --git a/examples/with-graphql-faunadb/README.md b/examples/with-graphql-faunadb/README.md index 6e7b89d1e1ee7..dff75533635eb 100644 --- a/examples/with-graphql-faunadb/README.md +++ b/examples/with-graphql-faunadb/README.md @@ -6,7 +6,7 @@ This simple Guestbook SPA example shows you how to use [FaunaDB's GraphQL endpoi Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-graphql-faunadb) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-graphql-faunadb) ## Why FaunaDB @@ -47,7 +47,7 @@ yarn create next-app --example with-graphql-faunadb with-graphql-faunadb Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-graphql-faunadb +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-graphql-faunadb cd with-graphql-faunadb ``` diff --git a/examples/with-graphql-hooks/README.md b/examples/with-graphql-hooks/README.md index f8bd763ffb2f8..e7d78c1779170 100644 --- a/examples/with-graphql-hooks/README.md +++ b/examples/with-graphql-hooks/README.md @@ -10,7 +10,7 @@ This started life as a copy of the `with-apollo` example. We then stripped out A Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-graphql-hooks) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-graphql-hooks) _Live Example: https://next-with-graphql-hooks.now.sh_ @@ -31,7 +31,7 @@ yarn create next-app --example with-graphql-hooks with-graphql-hooks-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-graphql-hooks +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-graphql-hooks cd with-graphql-hooks ``` diff --git a/examples/with-graphql-react/README.md b/examples/with-graphql-react/README.md index c799a78cee75f..5da951c5fb975 100644 --- a/examples/with-graphql-react/README.md +++ b/examples/with-graphql-react/README.md @@ -6,7 +6,7 @@ Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-graphql-react) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-graphql-react) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-graphql-react with-graphql-react-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-graphql-react +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-graphql-react cd with-graphql-react ``` diff --git a/examples/with-grommet/README.md b/examples/with-grommet/README.md index 15787481b8dc5..3bf2a76401930 100644 --- a/examples/with-grommet/README.md +++ b/examples/with-grommet/README.md @@ -8,7 +8,7 @@ It works by extending the `` to enable server-side rendering of `sty Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-grommet) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-grommet) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-grommet with-grommet-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-grommet +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-grommet cd with-grommet ``` diff --git a/examples/with-hls-js/README.md b/examples/with-hls-js/README.md index 39847bc4e0bd1..546f642dc761a 100644 --- a/examples/with-hls-js/README.md +++ b/examples/with-hls-js/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [HLS.js](https://github.com/vid Deploy the example using [Vercel](https://vercel.com/now): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-hls-js) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-hls-js) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-hls-js with-hls-js-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-hls-js +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-hls-js cd with-hls-js ``` diff --git a/examples/with-http2/README.md b/examples/with-http2/README.md index 6103e5186bd17..68415308a74a5 100644 --- a/examples/with-http2/README.md +++ b/examples/with-http2/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-http2 with-http2-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-http2 +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-http2 cd with-http2 ``` diff --git a/examples/with-i18n-rosetta/README.md b/examples/with-i18n-rosetta/README.md index fb932e1dbdb90..6f72c85d4b163 100644 --- a/examples/with-i18n-rosetta/README.md +++ b/examples/with-i18n-rosetta/README.md @@ -8,7 +8,7 @@ In `next.config.js` you can configure the fallback language. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-i18n-rosetta) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-i18n-rosetta) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-i18n-rosetta with-i18n-rosetta Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-i18n-rosetta +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-i18n-rosetta cd with-i18n-rosetta ``` diff --git a/examples/with-iron-session/README.md b/examples/with-iron-session/README.md index e33f258a478ef..1e0e5cff24d39 100644 --- a/examples/with-iron-session/README.md +++ b/examples/with-iron-session/README.md @@ -27,7 +27,7 @@ It uses current best practices for authentication in the Next.js ecosystem. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-iron-session) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-iron-session) ## How to use @@ -46,7 +46,7 @@ yarn create next-app --example with-iron-session with-iron-session-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-iron-session +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-iron-session cd with-iron-session ``` diff --git a/examples/with-kea/README.md b/examples/with-kea/README.md index afc8541d35be0..087d576b12fb9 100644 --- a/examples/with-kea/README.md +++ b/examples/with-kea/README.md @@ -6,7 +6,7 @@ This example uses [kea](https://github.com/keajs/kea). Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-kea) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-kea) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-kea with-kea-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-kea +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-kea cd with-kea ``` diff --git a/examples/with-linaria/README.md b/examples/with-linaria/README.md index 0b46d48d6b7dd..f96aa13c8bd8e 100644 --- a/examples/with-linaria/README.md +++ b/examples/with-linaria/README.md @@ -8,7 +8,7 @@ We are creating three `div` elements with custom styles being shared across the Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-linaria) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-linaria) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-linaria with-linaria-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-linaria +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-linaria cd with-linaria ``` diff --git a/examples/with-lingui/README.md b/examples/with-lingui/README.md index 5a40bc028195a..5074c0acfe956 100644 --- a/examples/with-lingui/README.md +++ b/examples/with-lingui/README.md @@ -10,7 +10,7 @@ The example also uses a Higher order Component which can be added to all pages w Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-lingui) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-lingui) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-lingui with-lingui-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-lingui +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-lingui cd with-lingui ``` diff --git a/examples/with-loading/README.md b/examples/with-loading/README.md index 154901a0b0bee..e38604f491b5e 100644 --- a/examples/with-loading/README.md +++ b/examples/with-loading/README.md @@ -14,7 +14,7 @@ It features: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-loading) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-loading) ## How to use @@ -33,7 +33,7 @@ yarn create next-app --example with-loading with-loading-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-loading +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-loading cd with-loading ``` diff --git a/examples/with-mdx/README.md b/examples/with-mdx/README.md index fc430d8e921d8..fb495a4b9e492 100644 --- a/examples/with-mdx/README.md +++ b/examples/with-mdx/README.md @@ -6,7 +6,7 @@ This example shows using [MDX](https://github.com/mdx-js/mdx) as top level pages Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-mdx) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-mdx) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-mdx with-mdx-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mdx +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mdx cd with-mdx ``` diff --git a/examples/with-mobx-react-lite/README.md b/examples/with-mobx-react-lite/README.md index 2ff0c6c77e1b2..c8c8d09865562 100644 --- a/examples/with-mobx-react-lite/README.md +++ b/examples/with-mobx-react-lite/README.md @@ -12,7 +12,7 @@ This example is a mobx-react-lite port of the [with-mobx](https://github.com/zei Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-mobx-react-lite) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-mobx-react-lite) ## How to use @@ -31,7 +31,7 @@ yarn create next-app --example with-mobx-react-lite with-mobx-react-lite-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx-react-lite +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx-react-lite cd with-mobx-react-lite ``` diff --git a/examples/with-mobx-state-tree-typescript/README.md b/examples/with-mobx-state-tree-typescript/README.md index 113b15c611e23..964a69cee7744 100644 --- a/examples/with-mobx-state-tree-typescript/README.md +++ b/examples/with-mobx-state-tree-typescript/README.md @@ -14,7 +14,7 @@ The clock, under `components/Clock.js`, has access to the state using the `injec Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-mobx-state-tree-typescript) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-mobx-state-tree-typescript) ## How to use @@ -33,7 +33,7 @@ yarn create next-app --example with-mobx-state-tree-typescript with-mobx-state-t Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx-state-tree-typescript +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx-state-tree-typescript cd with-mobx-state-tree-typescript ``` diff --git a/examples/with-mobx-state-tree/README.md b/examples/with-mobx-state-tree/README.md index dd7bbdcf3b27c..266ad40964c60 100644 --- a/examples/with-mobx-state-tree/README.md +++ b/examples/with-mobx-state-tree/README.md @@ -14,7 +14,7 @@ The clock, under `components/Clock.js`, has access to the state using the `injec Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-mobx-state-tree) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-mobx-state-tree) ## How to use @@ -33,7 +33,7 @@ yarn create next-app --example with-mobx-state-tree with-mobx-state-tree-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx-state-tree +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx-state-tree cd with-mobx-state-tree ``` diff --git a/examples/with-mobx/README.md b/examples/with-mobx/README.md index 13c3588fc3ff2..efccc875c174c 100644 --- a/examples/with-mobx/README.md +++ b/examples/with-mobx/README.md @@ -14,7 +14,7 @@ The clock, under `components/Clock.js`, has access to the state using the `injec Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-mobx) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-mobx) ## How to use @@ -33,7 +33,7 @@ yarn create next-app --example with-mobx with-mobx-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx cd with-mobx ``` diff --git a/examples/with-mocha/README.md b/examples/with-mocha/README.md index 8e42f143ac051..6d42c5bfa97d8 100644 --- a/examples/with-mocha/README.md +++ b/examples/with-mocha/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-mocha with-mocha-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mocha +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mocha cd with-mocha ``` diff --git a/examples/with-monaco-editor/README.md b/examples/with-monaco-editor/README.md index f580f843658aa..6b9810f8f9bb9 100644 --- a/examples/with-monaco-editor/README.md +++ b/examples/with-monaco-editor/README.md @@ -26,7 +26,7 @@ yarn create next-app --example with-monaco-editor with-monaco-editor-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-monaco-editor +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-monaco-editor cd with-monaco-editor ``` diff --git a/examples/with-netlify-cms/README.md b/examples/with-netlify-cms/README.md index 8873d179b883a..234d44bc38269 100644 --- a/examples/with-netlify-cms/README.md +++ b/examples/with-netlify-cms/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-netlify-cms with-netlify-cms-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-netlify-cms +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-netlify-cms cd with-netlify-cms ``` diff --git a/examples/with-next-css/README.md b/examples/with-next-css/README.md index 5938bba1bfcdf..1e1a10cb11e84 100644 --- a/examples/with-next-css/README.md +++ b/examples/with-next-css/README.md @@ -6,7 +6,7 @@ This example demonstrates how to use Next.js' built-in CSS imports and CSS modul Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-next-css) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-next-css) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-next-css with-next-css-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-css +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-css cd with-next-css ``` diff --git a/examples/with-next-less/README.md b/examples/with-next-less/README.md index b01c9249b3177..baad62e4364d6 100644 --- a/examples/with-next-less/README.md +++ b/examples/with-next-less/README.md @@ -8,7 +8,7 @@ It includes patterns for with and without CSS Modules, with PostCSS and with add Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-next-less) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-next-less) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-next-less with-next-less-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-less +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-less cd with-next-less ``` diff --git a/examples/with-next-offline/README.md b/examples/with-next-offline/README.md index a3cb5495e5a1d..b789ce0b44a9d 100644 --- a/examples/with-next-offline/README.md +++ b/examples/with-next-offline/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-next-offline with-next-offline-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-offline +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-offline cd with-next-offline ``` diff --git a/examples/with-next-page-transitions/README.md b/examples/with-next-page-transitions/README.md index 4d987ea514d5e..84ba05db3eeab 100644 --- a/examples/with-next-page-transitions/README.md +++ b/examples/with-next-page-transitions/README.md @@ -8,7 +8,7 @@ This example includes two pages with links between them. The "About" page demons Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-next-page-transitions) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-next-page-transitions) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-next-page-transitions with-next-page-transit Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-page-transitions +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-page-transitions cd with-next-page-transitions ``` diff --git a/examples/with-next-sass/README.md b/examples/with-next-sass/README.md index b85c50fb89fb9..92c3438222397 100644 --- a/examples/with-next-sass/README.md +++ b/examples/with-next-sass/README.md @@ -6,7 +6,7 @@ This example demonstrates how to use Next.js' built-in Global Sass/Scss imports Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-next-sass) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-next-sass) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-next-sass with-next-sass-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-sass +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-sass cd with-next-sass ``` diff --git a/examples/with-next-seo/README.md b/examples/with-next-seo/README.md index 87101becd8d3d..4180b451dcb0c 100644 --- a/examples/with-next-seo/README.md +++ b/examples/with-next-seo/README.md @@ -6,7 +6,7 @@ This example shows how you integrate [next-seo](https://github.com/garmeeh/next- Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-next-seo) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-next-seo) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-next-seo next-seo-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-seo +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-seo cd with-next-seo ``` diff --git a/examples/with-now-env/README.md b/examples/with-now-env/README.md index 4598027c1f770..316c8a9358d24 100644 --- a/examples/with-now-env/README.md +++ b/examples/with-now-env/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-now-env with-now-env-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-now-env +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-now-env cd with-now-env ``` diff --git a/examples/with-orbit-components/README.md b/examples/with-orbit-components/README.md index d626406dec8fa..4dad83c3faea9 100644 --- a/examples/with-orbit-components/README.md +++ b/examples/with-orbit-components/README.md @@ -10,7 +10,7 @@ This fork comes from [styled-components-example](https://github.com/zeit/next.js Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-orbit-components) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-orbit-components) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-orbit-components with-orbit-components-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-orbit-components +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-orbit-components cd with-orbit-components ``` diff --git a/examples/with-overmind/README.md b/examples/with-overmind/README.md index e30a60ac0e31e..419fa4cc45483 100644 --- a/examples/with-overmind/README.md +++ b/examples/with-overmind/README.md @@ -6,7 +6,7 @@ This example uses [overmind](https://overmindjs.org/?view=react&typescript=false Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-overmind) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-overmind) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-overmind with-overmind-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-overmind +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-overmind cd with-overmind ``` diff --git a/examples/with-passport-and-next-connect/README.md b/examples/with-passport-and-next-connect/README.md index 520b7fee77285..848cc4bf2a272 100644 --- a/examples/with-passport-and-next-connect/README.md +++ b/examples/with-passport-and-next-connect/README.md @@ -12,7 +12,7 @@ In production, you must use a password hashing library, such as [argon2](https:/ Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-passport-and-next-connect) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-passport-and-next-connect) ## How to use diff --git a/examples/with-passport/README.md b/examples/with-passport/README.md index 5f7c0469a9f62..c6df5ca4723a2 100644 --- a/examples/with-passport/README.md +++ b/examples/with-passport/README.md @@ -31,7 +31,7 @@ yarn create next-app --example with-passport with-passport-app Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-passport +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-passport cd with-passport ``` diff --git a/examples/with-patternfly/README.md b/examples/with-patternfly/README.md index 59a3693096cb7..7060d86b615db 100644 --- a/examples/with-patternfly/README.md +++ b/examples/with-patternfly/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [Patterfly](https://www.pattern Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-patternfly) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-patternfly) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-patternfly with-patternfly-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-patternfly +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-patternfly cd with-patternfly ``` diff --git a/examples/with-polyfills/README.md b/examples/with-polyfills/README.md index f1f1971149a15..7b36344238c53 100644 --- a/examples/with-polyfills/README.md +++ b/examples/with-polyfills/README.md @@ -8,7 +8,7 @@ This how you can do it easily with Next.js's custom webpack config feature. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-polyfills) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-polyfills) ## How to use diff --git a/examples/with-portals-ssr/README.md b/examples/with-portals-ssr/README.md index 79ba645738d70..fb210e1f9cdd7 100644 --- a/examples/with-portals-ssr/README.md +++ b/examples/with-portals-ssr/README.md @@ -6,7 +6,7 @@ An example of Server Side Rendered React [Portals](https://reactjs.org/docs/port Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-portals-ssr) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-portals-ssr) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-portals-ssr with-portals-ssr Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-portals-ssr +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-portals-ssr cd with-portals-ssr ``` diff --git a/examples/with-portals/README.md b/examples/with-portals/README.md index bd0366302c2ce..2b29a473216f5 100644 --- a/examples/with-portals/README.md +++ b/examples/with-portals/README.md @@ -6,7 +6,7 @@ This example show how to use the React [Portals](https://reactjs.org/docs/portal Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-portals) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-portals) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-portals with-portals-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-portals +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-portals cd with-portals ``` diff --git a/examples/with-prefetching/README.md b/examples/with-prefetching/README.md index 8bdc4881a7352..c5eda54f9a231 100644 --- a/examples/with-prefetching/README.md +++ b/examples/with-prefetching/README.md @@ -10,7 +10,7 @@ This example features an app with four simple pages: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-prefetching) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-prefetching) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-prefetching with-prefetching-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-prefetching +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-prefetching cd with-prefetching ``` diff --git a/examples/with-quill-js/README.md b/examples/with-quill-js/README.md index 57070e7fd023a..d07b9af239091 100644 --- a/examples/with-quill-js/README.md +++ b/examples/with-quill-js/README.md @@ -8,7 +8,7 @@ Quill does not suppport SSR, so it's only loaded and rendered in the browser. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-quill-js) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-quill-js) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-quill-js with-quill-js-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-quill-js +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-quill-js cd with-quill-js ``` diff --git a/examples/with-rbx-bulma-pro/README.md b/examples/with-rbx-bulma-pro/README.md index 21db9f76e9cd9..6600854dcfe6b 100644 --- a/examples/with-rbx-bulma-pro/README.md +++ b/examples/with-rbx-bulma-pro/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [rbx](https://github.com/dfee/r Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-rbx-bulma-pro) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-rbx-bulma-pro) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-rbx-bulma-pro with-rbx-bulma-pro-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-rbx-bulma-pro +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-rbx-bulma-pro cd with-rbx-bulma-pro ``` diff --git a/examples/with-react-bootstrap/README.md b/examples/with-react-bootstrap/README.md index 10110da5ae4aa..5e9365b18c3f1 100644 --- a/examples/with-react-bootstrap/README.md +++ b/examples/with-react-bootstrap/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [react-bootstrap](https://react Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-bootstrap) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-bootstrap) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-react-bootstrap with-react-bootstrap-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-bootstrap +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-bootstrap cd with-react-bootstrap ``` diff --git a/examples/with-react-ga/README.md b/examples/with-react-ga/README.md index c705488f2e470..649178b0fc23d 100644 --- a/examples/with-react-ga/README.md +++ b/examples/with-react-ga/README.md @@ -7,7 +7,7 @@ component with NextJs. Modify `Tracking ID` in `utils/analytics.js` file for tes Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-ga) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-ga) ## How to use @@ -26,7 +26,7 @@ yarn create next-app --example with-react-ga with-react-ga-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-ga +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-ga cd with-react-ga ``` diff --git a/examples/with-react-helmet/README.md b/examples/with-react-helmet/README.md index 9113eeaf5d772..e9c23bada2cb5 100644 --- a/examples/with-react-helmet/README.md +++ b/examples/with-react-helmet/README.md @@ -9,7 +9,7 @@ The rest is all up to you. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-helmet) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-helmet) ## How to use @@ -28,7 +28,7 @@ yarn create next-app --example with-react-helmet with-react-helmet-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-helmet +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-helmet cd with-react-helmet ``` diff --git a/examples/with-react-intl/README.md b/examples/with-react-intl/README.md index 5fee789335dd5..c723d2b76986b 100644 --- a/examples/with-react-intl/README.md +++ b/examples/with-react-intl/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-react-intl with-react-intl-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-intl +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-intl cd with-react-intl ``` diff --git a/examples/with-react-jss/README.md b/examples/with-react-jss/README.md index 797432510f222..f76f545b7a376 100644 --- a/examples/with-react-jss/README.md +++ b/examples/with-react-jss/README.md @@ -8,7 +8,7 @@ The critical styles will be injected into the head when server rendered. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-jss) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-jss) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-react-jss with-react-jss-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-jss +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-jss cd with-react-jss ``` diff --git a/examples/with-react-md/README.md b/examples/with-react-md/README.md index 85f42235f1c0d..cea7a0e6bcee7 100644 --- a/examples/with-react-md/README.md +++ b/examples/with-react-md/README.md @@ -10,7 +10,7 @@ I recommend reading [layout-component](../layout-component) example next to lear Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-md) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-md) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-react-md with-react-md-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-md +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-md cd with-react-md ``` diff --git a/examples/with-react-multi-carousel/README.md b/examples/with-react-multi-carousel/README.md index 93813ec9ba0bc..712f05d0dbfcb 100644 --- a/examples/with-react-multi-carousel/README.md +++ b/examples/with-react-multi-carousel/README.md @@ -6,7 +6,7 @@ Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-multi-carousel) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-multi-carousel) _Live Example: https://react-multi-carousel.now.sh_ @@ -27,7 +27,7 @@ yarn create next-app --example with-react-multi-carousel with-react-multi-carous Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-multi-carousel +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-multi-carousel cd with-react-multi-carousel ``` diff --git a/examples/with-react-native-web/README.md b/examples/with-react-native-web/README.md index 530fdd6a94b52..badcb7b78301d 100644 --- a/examples/with-react-native-web/README.md +++ b/examples/with-react-native-web/README.md @@ -10,7 +10,7 @@ This example features how to use [react-native-web](https://github.com/necolas/r Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-native-web) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-native-web) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-react-native-web with-react-native-web-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-native-web +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-native-web cd with-react-native-web ``` diff --git a/examples/with-react-relay-network-modern/README.md b/examples/with-react-relay-network-modern/README.md index b4284aa69ae10..095ab40465922 100644 --- a/examples/with-react-relay-network-modern/README.md +++ b/examples/with-react-relay-network-modern/README.md @@ -10,7 +10,7 @@ This example relies on [graph.cool](https://www.graph.cool) for its GraphQL back Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-relay-network-modern) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-relay-network-modern) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-react-relay-network-modern with-react-relay- Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-relay-modern +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-relay-modern cd with-relay-modern ``` diff --git a/examples/with-react-toolbox/README.md b/examples/with-react-toolbox/README.md index dbcaa4ab4e231..2589b9a1ead73 100644 --- a/examples/with-react-toolbox/README.md +++ b/examples/with-react-toolbox/README.md @@ -8,7 +8,7 @@ For actual use, you probably also want to add Roboto Font, and Material Design I Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-toolbox) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-toolbox) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-react-toolbox with-react-toolbox-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-toolbox +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-toolbox cd with-react-toolbox ``` diff --git a/examples/with-react-with-styles/README.md b/examples/with-react-with-styles/README.md index d5b0bf51c5b7c..c5bf08a2ade27 100644 --- a/examples/with-react-with-styles/README.md +++ b/examples/with-react-with-styles/README.md @@ -12,7 +12,7 @@ We are using `pages/_index.js` from this example [with-aphrodite](https://github Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-react-with-styles) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-react-with-styles) ## How to use @@ -31,7 +31,7 @@ yarn create next-app --example with-react-with-styles with-react-with-styles-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-with-styles +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-with-styles cd with-react-with-styles ``` diff --git a/examples/with-reasonml-todo/README.md b/examples/with-reasonml-todo/README.md index 76c54ec64a7e9..bfd39493155ae 100644 --- a/examples/with-reasonml-todo/README.md +++ b/examples/with-reasonml-todo/README.md @@ -18,7 +18,7 @@ This example features: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-reasonml-todo) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-reasonml-todo) ## How to use @@ -37,7 +37,7 @@ yarn create next-app --example with-reasonml-todo with-reasonml-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-reasonml-todo +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-reasonml-todo cd with-reasonml-todo ``` diff --git a/examples/with-reasonml/README.md b/examples/with-reasonml/README.md index c80391d0ef697..db6d3d7bcfb4f 100644 --- a/examples/with-reasonml/README.md +++ b/examples/with-reasonml/README.md @@ -12,7 +12,7 @@ This example features: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-reasonml) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-reasonml) ## How to use @@ -31,7 +31,7 @@ yarn create next-app --example with-reasonml with-reasonml-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-reasonml +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-reasonml cd with-reasonml ``` diff --git a/examples/with-rebass/README.md b/examples/with-rebass/README.md index f2a5a79aec90d..41384e71cf4b0 100644 --- a/examples/with-rebass/README.md +++ b/examples/with-rebass/README.md @@ -8,7 +8,7 @@ This example features how you use [Rebass](http://jxnblk.com/rebass/) functional Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-rebass) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-rebass) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-rebass with-rebass-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-rebass +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-rebass cd with-rebass ``` diff --git a/examples/with-redux-code-splitting/README.md b/examples/with-redux-code-splitting/README.md index 2ac0eb6dcbd44..1e993c235d75b 100644 --- a/examples/with-redux-code-splitting/README.md +++ b/examples/with-redux-code-splitting/README.md @@ -8,7 +8,7 @@ This example utilizes [fast-redux](https://github.com/dogada/fast-redux) to spli Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-redux-code-splitting) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-redux-code-splitting) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-redux-code-splitting with-redux-code-splitti Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-code-splitting +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-code-splitting cd with-redux-code-splitting ``` diff --git a/examples/with-redux-observable/README.md b/examples/with-redux-observable/README.md index 83982f3d34926..967f04a3eb629 100644 --- a/examples/with-redux-observable/README.md +++ b/examples/with-redux-observable/README.md @@ -12,7 +12,7 @@ Example also uses `redux-logger` to log every action. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-redux-observable) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-redux-observable) ## How to use @@ -31,7 +31,7 @@ yarn create next-app --example with-redux-observable with-redux-observable-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-observable +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-observable cd with-redux-observable ``` diff --git a/examples/with-redux-persist/README.md b/examples/with-redux-persist/README.md index 4edb68ec17169..9545eb4be9dd6 100644 --- a/examples/with-redux-persist/README.md +++ b/examples/with-redux-persist/README.md @@ -8,7 +8,7 @@ With the advantage of having a global state for your app using `redux`. You'll a Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-redux-persist) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-redux-persist) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-redux-persist with-redux-persist-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-persist +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-persist cd with-redux-persist ``` diff --git a/examples/with-redux-saga/README.md b/examples/with-redux-saga/README.md index 373d220f9a2b7..db2b0fdf526c6 100644 --- a/examples/with-redux-saga/README.md +++ b/examples/with-redux-saga/README.md @@ -8,7 +8,7 @@ Usually splitting your app state into `pages` feels natural, but sometimes you'l Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-redux-saga) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-redux-saga) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-redux-saga with-redux-saga-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-saga +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-saga cd with-redux-saga ``` diff --git a/examples/with-redux-thunk/README.md b/examples/with-redux-thunk/README.md index 28d6b77f70dee..3af88d373dbdb 100644 --- a/examples/with-redux-thunk/README.md +++ b/examples/with-redux-thunk/README.md @@ -8,7 +8,7 @@ Usually splitting your app state into `pages` feels natural but sometimes you'll Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-redux-thunk) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-redux-thunk) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-redux-thunk with-redux-thunk-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-thunk +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-thunk cd with-redux-thunk ``` diff --git a/examples/with-redux-toolkit/README.md b/examples/with-redux-toolkit/README.md index c93518113427d..24a5d8935f512 100644 --- a/examples/with-redux-toolkit/README.md +++ b/examples/with-redux-toolkit/README.md @@ -8,7 +8,7 @@ The **Redux Toolkit** is intended to be the standard way to write Redux logic (c Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-redux-toolkit) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-redux-toolkit) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-redux-toolkit with-redux-toolkit-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-toolkit +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-toolkit cd with-redux-toolkit ``` diff --git a/examples/with-redux-wrapper/README.md b/examples/with-redux-wrapper/README.md index 30b3ed9377d86..68e4e83bde4b5 100644 --- a/examples/with-redux-wrapper/README.md +++ b/examples/with-redux-wrapper/README.md @@ -6,7 +6,7 @@ Usually splitting your app state into `pages` feels natural but sometimes you'll Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-redux-wrapper) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-redux-wrapper) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-redux-wrapper with-redux-wrapper-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-wrapper +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-wrapper cd with-redux-wrapper ``` diff --git a/examples/with-redux/README.md b/examples/with-redux/README.md index 608060f59ddcb..f78c15a695c9d 100644 --- a/examples/with-redux/README.md +++ b/examples/with-redux/README.md @@ -8,7 +8,7 @@ Usually splitting your app state into `pages` feels natural but sometimes you'll Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-redux) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-redux) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-redux with-redux-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux cd with-redux ``` diff --git a/examples/with-reflux/README.md b/examples/with-reflux/README.md index 9b8fe24c25021..bf7abf626fa33 100644 --- a/examples/with-reflux/README.md +++ b/examples/with-reflux/README.md @@ -6,7 +6,7 @@ Use [reflux](https://github.com/reflux/refluxjs) to manage an application store Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-reflux) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-reflux) ## How to use diff --git a/examples/with-relay-modern/README.md b/examples/with-relay-modern/README.md index ef81ba1927ae8..75e57b83e6130 100644 --- a/examples/with-relay-modern/README.md +++ b/examples/with-relay-modern/README.md @@ -10,7 +10,7 @@ This example relies on [graph.cool](https://www.graph.cool) for its GraphQL back Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-relay-modern) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-relay-modern) ## How to use @@ -29,7 +29,7 @@ yarn create next-app --example with-relay-modern with-relay-modern-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-relay-modern +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-relay-modern cd with-relay-modern ``` diff --git a/examples/with-rematch/README.md b/examples/with-rematch/README.md index a25cdec1e4fe3..6350ae8436b28 100644 --- a/examples/with-rematch/README.md +++ b/examples/with-rematch/README.md @@ -8,7 +8,7 @@ Since rematch is utility which uses redux under the hood, some elements like `st Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-rematch) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-rematch) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-rematch with-rematch-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-rematch +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-rematch cd with-rematch ``` diff --git a/examples/with-route-as-modal/README.md b/examples/with-route-as-modal/README.md index f76baeb42ebfd..153de4913b580 100644 --- a/examples/with-route-as-modal/README.md +++ b/examples/with-route-as-modal/README.md @@ -8,7 +8,7 @@ This example show how to conditionally display a modal based on a route. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-route-as-modal) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-route-as-modal) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-route-as-modal with-route-as-modal-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-route-as-modal +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-route-as-modal cd with-route-as-modal ``` diff --git a/examples/with-segment-analytics/README.md b/examples/with-segment-analytics/README.md index d710f6455d84e..5154928a8655c 100644 --- a/examples/with-segment-analytics/README.md +++ b/examples/with-segment-analytics/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [Segment Analytics](https://seg Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-segment-analytics) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-segment-analytics) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-segment-analytics with-segment-analytics-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-segment-analytics +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-segment-analytics cd with-segment-analytics ``` diff --git a/examples/with-semantic-ui/README.md b/examples/with-semantic-ui/README.md index df0c182eeb8c2..d1c9aeff0c1bb 100644 --- a/examples/with-semantic-ui/README.md +++ b/examples/with-semantic-ui/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [Semantic UI React](http://reac Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-semantic-ui) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-semantic-ui) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-semantic-ui with-semantic-ui-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-semantic-ui +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-semantic-ui cd with-semantic-ui ``` diff --git a/examples/with-sentry-simple/README.md b/examples/with-sentry-simple/README.md index 87209b1fc6c60..206bb552b9883 100644 --- a/examples/with-sentry-simple/README.md +++ b/examples/with-sentry-simple/README.md @@ -25,7 +25,7 @@ yarn create next-app --example with-sentry-simple with-sentry-simple Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-sentry-simple +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-sentry-simple cd with-sentry-simple ``` diff --git a/examples/with-shallow-routing/README.md b/examples/with-shallow-routing/README.md index ec0f5dab515bb..07040d5a779aa 100644 --- a/examples/with-shallow-routing/README.md +++ b/examples/with-shallow-routing/README.md @@ -8,7 +8,7 @@ We do this by passing the `shallow: true` option to `Router.push` or `Router.rep Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-shallow-routing) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-shallow-routing) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-shallow-routing with-shallow-routing-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-shallow-routing +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-shallow-routing cd with-shallow-routing ``` diff --git a/examples/with-slate/README.md b/examples/with-slate/README.md index beda72898965e..e85e24a85b620 100644 --- a/examples/with-slate/README.md +++ b/examples/with-slate/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [Slate.js](https://www.slatejs. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-slate) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-slate) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-slate with-slate-app Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-slate +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-slate cd with-slate ``` diff --git a/examples/with-static-export/README.md b/examples/with-static-export/README.md index 0114a7cdbda55..2cc2bec361a25 100644 --- a/examples/with-static-export/README.md +++ b/examples/with-static-export/README.md @@ -21,7 +21,7 @@ yarn create next-app --example with-static-export with-static-export-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-static-export +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-static-export cd with-static-export ``` diff --git a/examples/with-stencil/README.md b/examples/with-stencil/README.md index 586feb5a9e23a..232e16cc70dd3 100644 --- a/examples/with-stencil/README.md +++ b/examples/with-stencil/README.md @@ -4,7 +4,7 @@ Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-stencil) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-stencil) ## How to use @@ -23,7 +23,7 @@ yarn create next-app --example with-stencil with-stencil-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-stencil +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-stencil cd with-stencil ``` diff --git a/examples/with-stomp/README.md b/examples/with-stomp/README.md index 0e8f966c13fb9..6401085c74fe0 100644 --- a/examples/with-stomp/README.md +++ b/examples/with-stomp/README.md @@ -23,7 +23,7 @@ yarn create next-app --example with-stomp with-stomp-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-stomp +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-stomp cd with-stomp ``` diff --git a/examples/with-storybook/README.md b/examples/with-storybook/README.md index ce6d9db1e17e3..ed6c45ff19ac7 100644 --- a/examples/with-storybook/README.md +++ b/examples/with-storybook/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-storybook with-storybook-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-storybook +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-storybook cd with-storybook ``` diff --git a/examples/with-strict-csp/README.md b/examples/with-strict-csp/README.md index 3febec1d30da4..f25fe4aba9eed 100644 --- a/examples/with-strict-csp/README.md +++ b/examples/with-strict-csp/README.md @@ -28,8 +28,8 @@ yarn create next-app --example with-strict-csp-hash with-strict-csp-hash-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-strict-csp-hash -cd with-strict-csp-hash +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-strict-csp +cd with-strict-csp ``` Install it and run: diff --git a/examples/with-stripe-typescript/README.md b/examples/with-stripe-typescript/README.md index f74e6993ea5fd..b9f0cff982714 100644 --- a/examples/with-stripe-typescript/README.md +++ b/examples/with-stripe-typescript/README.md @@ -72,7 +72,7 @@ yarn create next-app --example with-stripe-typescript with-stripe-typescript-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-stripe-typescript +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-stripe-typescript cd with-stripe-typescript ``` diff --git a/examples/with-style-sheet/README.md b/examples/with-style-sheet/README.md index 22ff25ad54890..c85cc608fa374 100644 --- a/examples/with-style-sheet/README.md +++ b/examples/with-style-sheet/README.md @@ -6,7 +6,7 @@ This example features an app using the [style-sheet](https://www.npmjs.com/packa Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-style-sheet) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-style-sheet) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-style-sheet with-style-sheet-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-style-sheet +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-style-sheet cd with-style-sheet ``` diff --git a/examples/with-styled-components-rtl/README.md b/examples/with-styled-components-rtl/README.md index e1e799922afd0..220995dbf9d86 100644 --- a/examples/with-styled-components-rtl/README.md +++ b/examples/with-styled-components-rtl/README.md @@ -6,7 +6,7 @@ This example shows how to use nextjs with right to left (RTL) styles using style Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-styled-components-rtl) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-styled-components-rtl) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-styled-components-rtl with-styled-components Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-components-rtl +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-components-rtl cd with-styled-components-rtl ``` diff --git a/examples/with-styled-components/README.md b/examples/with-styled-components/README.md index 329507058d59c..b19780befab6b 100644 --- a/examples/with-styled-components/README.md +++ b/examples/with-styled-components/README.md @@ -8,7 +8,7 @@ For this purpose we are extending the `` and injecting the server si Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-styled-components) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-styled-components) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-styled-components with-styled-components-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-components +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-components cd with-styled-components ``` diff --git a/examples/with-styled-jsx-plugins/README.md b/examples/with-styled-jsx-plugins/README.md index 58542f7d54ccf..34fd42bb3ad34 100644 --- a/examples/with-styled-jsx-plugins/README.md +++ b/examples/with-styled-jsx-plugins/README.md @@ -12,7 +12,7 @@ More details about how plugins work can be found in the [styled-jsx readme](http Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-styled-jsx-plugins) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-styled-jsx-plugins) ## How to use @@ -31,7 +31,7 @@ yarn create next-app --example with-styled-jsx-plugins with-styled-jsx-plugins-a Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-jsx-plugins +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-jsx-plugins cd with-styled-jsx-plugins ``` diff --git a/examples/with-styled-jsx-scss/README.md b/examples/with-styled-jsx-scss/README.md index 1981736648eb1..d14f662445281 100644 --- a/examples/with-styled-jsx-scss/README.md +++ b/examples/with-styled-jsx-scss/README.md @@ -12,7 +12,7 @@ More details about how plugins work can be found in the [styled-jsx readme](http Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-styled-jsx-scss) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-styled-jsx-scss) ## How to use @@ -31,7 +31,7 @@ yarn create next-app --example with-styled-jsx-scss with-styled-jsx-scss-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-jsx-scss +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-jsx-scss cd with-styled-jsx-scss ``` diff --git a/examples/with-styletron/README.md b/examples/with-styletron/README.md index 6ce0f616f09ee..b4f318e3b5912 100644 --- a/examples/with-styletron/README.md +++ b/examples/with-styletron/README.md @@ -8,7 +8,7 @@ For this purpose we are extending the `` and injecting the server si Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-styletron) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-styletron) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-styletron with-styletron-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styletron +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styletron cd with-styletron ``` diff --git a/examples/with-tailwindcss-emotion/README.md b/examples/with-tailwindcss-emotion/README.md index 796cec8b50e40..db62f6d308a53 100644 --- a/examples/with-tailwindcss-emotion/README.md +++ b/examples/with-tailwindcss-emotion/README.md @@ -8,7 +8,7 @@ This is an example of how you can add [tailwind CSS](https://tailwindcss.com/) w Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-tailwindcss-emotion) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss-emotion) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-tailwindcss-emotion with-tailwindcss-emotion Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-tailwindcss-emotion +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-tailwindcss-emotion cd with-tailwindcss-emotion ``` diff --git a/examples/with-tailwindcss/README.md b/examples/with-tailwindcss/README.md index fef81bf198b69..2eae6ad49657d 100644 --- a/examples/with-tailwindcss/README.md +++ b/examples/with-tailwindcss/README.md @@ -6,7 +6,7 @@ This is an example of using [Tailwind CSS](https://tailwindcss.com) in a Next.js Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-tailwindcss) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-tailwindcss with-tailwindcss-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-tailwindcss +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-tailwindcss cd with-tailwindcss ``` diff --git a/examples/with-three-js/README.md b/examples/with-three-js/README.md index c079bfbdd6368..90a6678255cdb 100644 --- a/examples/with-three-js/README.md +++ b/examples/with-three-js/README.md @@ -9,7 +9,7 @@ This example uses: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-three-js) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-three-js) ## How to use @@ -28,7 +28,7 @@ yarn create next-app --example with-three-js Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-three-js +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-three-js cd with-three-js ``` diff --git a/examples/with-typescript-graphql/README.md b/examples/with-typescript-graphql/README.md index 4aa351678d5ce..dcb849f21cc8a 100644 --- a/examples/with-typescript-graphql/README.md +++ b/examples/with-typescript-graphql/README.md @@ -18,7 +18,7 @@ const News: React.FC = () => { Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-typescript-graphql) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-typescript-graphql) ## How to use @@ -37,7 +37,7 @@ yarn create next-app --example with-typescript-graphql with-typescript-graphql-a Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typescript-graphql +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typescript-graphql cd with-typescript-graphql ``` diff --git a/examples/with-typescript-styled-components/README.md b/examples/with-typescript-styled-components/README.md index c7ee18a054ff9..cc554f3ef5157 100644 --- a/examples/with-typescript-styled-components/README.md +++ b/examples/with-typescript-styled-components/README.md @@ -6,7 +6,7 @@ This is a really simple project that show the usage of Next.js with TypeScript a Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-typescript-styled-components) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-typescript-styled-components) ## How to use it? @@ -25,7 +25,7 @@ yarn create next-app --example with-typescript-styled-components with-typescript Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typescript-styled-components +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typescript-styled-components cd with-typescript-styled-components ``` diff --git a/examples/with-typescript/README.md b/examples/with-typescript/README.md index ae5e05b9507b5..2da4a9f0804ac 100644 --- a/examples/with-typescript/README.md +++ b/examples/with-typescript/README.md @@ -6,7 +6,7 @@ This is a really simple project that shows the usage of Next.js with TypeScript. Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-typescript) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-typescript) ## How to use it? @@ -25,7 +25,7 @@ yarn create next-app --example with-typescript with-typescript-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typescript +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typescript cd with-typescript ``` diff --git a/examples/with-typestyle/README.md b/examples/with-typestyle/README.md index f0b6893143261..39513ea0a7ac6 100644 --- a/examples/with-typestyle/README.md +++ b/examples/with-typestyle/README.md @@ -8,7 +8,7 @@ For this purpose we are extending the `` and injecting the server si Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-typestyle) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-typestyle) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-typestyle with-typestyle-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typestyle +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typestyle cd with-typestyle ``` diff --git a/examples/with-universal-configuration-build-time/README.md b/examples/with-universal-configuration-build-time/README.md index be164c95122d0..022a0a050822f 100644 --- a/examples/with-universal-configuration-build-time/README.md +++ b/examples/with-universal-configuration-build-time/README.md @@ -8,7 +8,7 @@ When you build your application the environment variable is transformed into a p Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-universal-configuration-build-time) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-universal-configuration-build-time) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-universal-configuration-build-time with-univ Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-universal-configuration-build-time +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-universal-configuration-build-time cd with-universal-configuration-build-time ``` diff --git a/examples/with-universal-configuration-runtime/README.md b/examples/with-universal-configuration-runtime/README.md index 53fc7cd93d17c..a329f08ee0aed 100644 --- a/examples/with-universal-configuration-runtime/README.md +++ b/examples/with-universal-configuration-runtime/README.md @@ -21,7 +21,7 @@ yarn create next-app --example with-universal-configuration-runtime with-univers Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-universal-configuration-runtime +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-universal-configuration-runtime cd with-universal-configuration-runtime ``` diff --git a/examples/with-unstated/README.md b/examples/with-unstated/README.md index 332c2f80cc438..7156ebc2b0eb1 100644 --- a/examples/with-unstated/README.md +++ b/examples/with-unstated/README.md @@ -8,7 +8,7 @@ There are two pages, `/` and `/about`, both render a counter and a timer, the st Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-unstated) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-unstated) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-unstated with-unstated-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-unstated +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-unstated cd with-unstated ``` diff --git a/examples/with-userbase/README.md b/examples/with-userbase/README.md index af75c5d46af92..5824a7140eaf2 100644 --- a/examples/with-userbase/README.md +++ b/examples/with-userbase/README.md @@ -8,7 +8,7 @@ Deployed Demo: [https://next-userbase.now.sh](https://next-userbase.now.sh) Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-userbase) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-userbase) ## How to use @@ -27,7 +27,7 @@ yarn create next-app --example with-userbase next-userbase-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-userbase +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-userbase cd with-userbase ``` diff --git a/examples/with-videojs/README.md b/examples/with-videojs/README.md index 3e8984eb9e413..9793c8cb826ff 100644 --- a/examples/with-videojs/README.md +++ b/examples/with-videojs/README.md @@ -6,7 +6,7 @@ This example shows how to use Next.js along with [Video.js](http://videojs.com) Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-videojs) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-videojs) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-videojs with-videojs-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-videojs +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-videojs cd with-videojs ``` diff --git a/examples/with-webassembly/README.md b/examples/with-webassembly/README.md index a4c8adda5e1c7..6ef305ea7c05f 100644 --- a/examples/with-webassembly/README.md +++ b/examples/with-webassembly/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-webassembly with-webassembly-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-webassembly +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-webassembly cd with-webassembly ``` diff --git a/examples/with-webpack-bundle-size-analyzer/README.md b/examples/with-webpack-bundle-size-analyzer/README.md index 32d236d4f73cc..7a6fc0581475d 100644 --- a/examples/with-webpack-bundle-size-analyzer/README.md +++ b/examples/with-webpack-bundle-size-analyzer/README.md @@ -19,7 +19,7 @@ yarn create next-app --example with-webpack-bundle-size-analyzer with-webpack-bu Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-webpack-bundle-size-analyzer +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-webpack-bundle-size-analyzer cd with-webpack-bundle-size-analyzer ``` diff --git a/examples/with-why-did-you-render/README.md b/examples/with-why-did-you-render/README.md index d28469104db23..8438750feda9f 100644 --- a/examples/with-why-did-you-render/README.md +++ b/examples/with-why-did-you-render/README.md @@ -26,7 +26,7 @@ yarn create next-app --example with-why-did-you-render with-why-did-you-render-a Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-why-did-you-render +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-why-did-you-render cd with-why-did-you-render ``` diff --git a/examples/with-xstate/README.md b/examples/with-xstate/README.md index ff5af0f484eeb..ab02e3bde7eda 100644 --- a/examples/with-xstate/README.md +++ b/examples/with-xstate/README.md @@ -6,7 +6,7 @@ This example shows how to integrate XState in Next.js. For more info about XStat Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-xstate) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-xstate) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-xstate with-xstate-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-xstate +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-xstate cd with-xstate ``` diff --git a/examples/with-yarn-workspaces/README.md b/examples/with-yarn-workspaces/README.md index 6275f12ce225f..360f7c9524afa 100644 --- a/examples/with-yarn-workspaces/README.md +++ b/examples/with-yarn-workspaces/README.md @@ -12,7 +12,7 @@ In this example we have three workspaces: Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-yarn-workspaces) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-yarn-workspaces) ## How to use @@ -31,7 +31,7 @@ yarn create next-app --example with-yarn-workspaces with-yarn-workspaces-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-yarn-workspaces +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-yarn-workspaces cd with-yarn-workspaces ``` diff --git a/examples/with-zeit-fetch/README.md b/examples/with-zeit-fetch/README.md index 340b880943a81..bcd5c917107f3 100644 --- a/examples/with-zeit-fetch/README.md +++ b/examples/with-zeit-fetch/README.md @@ -6,7 +6,7 @@ This example shows how to use [`@zeit/fetch`](https://npmjs.com/package/@zeit/fe Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-zeit-fetch) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-zeit-fetch) ## How to use @@ -25,7 +25,7 @@ yarn create next-app --example with-zeit-fetch with-zeit-fetch-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-zeit-fetch +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-zeit-fetch cd with-zeit-fetch ``` diff --git a/examples/with-zones/README.md b/examples/with-zones/README.md index 668dc455aa797..e8a3dea8ca6f6 100644 --- a/examples/with-zones/README.md +++ b/examples/with-zones/README.md @@ -11,7 +11,7 @@ With Next.js you can use multiple apps as a single app using it's [multi-zones f Deploy the example using [Vercel](https://vercel.com): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zeit/next.js/tree/canary/examples/with-zones) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-zones) ## How to use @@ -30,7 +30,7 @@ yarn create next-app --example with-zones with-zones-app Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-zones +curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-zones cd with-zones ```