diff --git a/.github/EXAMPLE_README_TEMPLATE.md b/.github/EXAMPLE_README_TEMPLATE.md
index ca1240799..d9994fda8 100644
--- a/.github/EXAMPLE_README_TEMPLATE.md
+++ b/.github/EXAMPLE_README_TEMPLATE.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Name](site-link) site that can be deploy
Deploy your own [Name] project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now-examples/tree/master/example-directory)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now-examples/tree/master/example-directory)
### How We Created This Example
diff --git a/README.md b/README.md
index f873574fe..36778a8eb 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ now # Deploy to the cloud
## Documentation
-For details on how to use Now CLI, check out our [documentation](https://zeit.co/docs).
+For details on how to use Now CLI, check out our [documentation](https://zeit.co/docs/now-cli).
## Caught a Bug?
diff --git a/examples/amp/README.md b/examples/amp/README.md
index 81a1dd641..70092b071 100644
--- a/examples/amp/README.md
+++ b/examples/amp/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of an [AMP](https://amp.dev/) site that can be
Deploy your own AMP project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/amp)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/amp)
_Live Example: https://amp.now-examples.now.sh_
diff --git a/examples/angular/README.md b/examples/angular/README.md
index bc226a3b0..7eadde92b 100644
--- a/examples/angular/README.md
+++ b/examples/angular/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of an [Angular](https://angular.io/) app that
Deploy your own Angular project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/angular)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/angular)
_Live Example: https://angular.now-examples.now.sh_
diff --git a/examples/assemble/README.md b/examples/assemble/README.md
index f401d3f70..d9db788c9 100644
--- a/examples/assemble/README.md
+++ b/examples/assemble/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Assemble](http://assemble.io/) app that
Deploy your own Assemble project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/assemble)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/assemble)
_Live Example: https://assemble.now-examples.now.sh_
diff --git a/examples/aurelia/README.md b/examples/aurelia/README.md
index d639f6c1a..cfea2aabe 100644
--- a/examples/aurelia/README.md
+++ b/examples/aurelia/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of an [Aurelia](https://aurelia.io/) app that
Deploy your own Aurelia project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/aurelia)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/aurelia)
_Live Example: https://aurelia.now-examples.now.sh_
diff --git a/examples/brunch/README.md b/examples/brunch/README.md
index dd223f4ad..09f8c5870 100644
--- a/examples/brunch/README.md
+++ b/examples/brunch/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Brunch](https://brunch.io/) site that ca
Deploy your own Brunch project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/brunch)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/brunch)
_Live Example: https://brunch.now-examples.now.sh_
diff --git a/examples/charge/README.md b/examples/charge/README.md
index 53acb07e9..d74384721 100644
--- a/examples/charge/README.md
+++ b/examples/charge/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Charge.js](https://charge.js.org/) site
Deploy your own Charge.js project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/charge)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/charge)
_Live Example: https://charge.now-examples.now.sh_
diff --git a/examples/create-react-app/README.md b/examples/create-react-app/README.md
index 9ce4e24cf..b6c1618cc 100644
--- a/examples/create-react-app/README.md
+++ b/examples/create-react-app/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [React](https://reactjs.org/) app with [S
Deploy your own React project, along with Serverless Functions, with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/create-react-app-functions)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/create-react-app-functions)
_Live Example: https://create-react-app.now-examples.now.sh/_
diff --git a/examples/custom-build/README.md b/examples/custom-build/README.md
index 96a384d3c..ecc18e4e3 100644
--- a/examples/custom-build/README.md
+++ b/examples/custom-build/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of using a Custom Build script that can be dep
Deploy your own Custom Built project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/custom-build)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/custom-build)
_Live Example: https://custom-build.now-examples.now.sh_
diff --git a/examples/docusaurus/README.md b/examples/docusaurus/README.md
index 8b799e761..38d3ef0e8 100644
--- a/examples/docusaurus/README.md
+++ b/examples/docusaurus/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Docusaurus](https://docusaurus.io/) site
Deploy your own Docusaurus project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/docusaurus)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/docusaurus)
_Live Example: https://docusaurus.now-examples.now.sh_
diff --git a/examples/docz/README.md b/examples/docz/README.md
index 94e492e73..ea2c8a56e 100644
--- a/examples/docz/README.md
+++ b/examples/docz/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Docz](https://www.docz.site/) site that
Deploy your own Docz project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/docz)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/docz)
_Live Example: https://docz.now-examples.now.sh_
diff --git a/examples/eleventy/README.md b/examples/eleventy/README.md
index a1f811fd1..50b9c0820 100644
--- a/examples/eleventy/README.md
+++ b/examples/eleventy/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Eleventy](https://www.11ty.io/) site tha
Deploy your own Eleventy project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/eleventy)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/eleventy)
_Live Example: https://eleventy.now-examples.now.sh_
diff --git a/examples/ember/README.md b/examples/ember/README.md
index 9beb9c1bb..082fc53c0 100644
--- a/examples/ember/README.md
+++ b/examples/ember/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of an [Ember](https://emberjs.com/) app that c
Deploy your own Ember project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/ember)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/ember)
_Live Example: https://ember.now-examples.now.sh_
diff --git a/examples/foundation/README.md b/examples/foundation/README.md
index f6d685080..5ed65ae68 100644
--- a/examples/foundation/README.md
+++ b/examples/foundation/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Foundation](https://foundation.zurb.com/
Deploy your own Foundation project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/foundation)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/foundation)
_Live Example: https://foundation.now-examples.now.sh_
diff --git a/examples/gatsby/README.md b/examples/gatsby/README.md
index 88846f6ba..27f4523fe 100644
--- a/examples/gatsby/README.md
+++ b/examples/gatsby/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Gatsby](https://www.gatsbyjs.org/) app w
Deploy your own Gatsby project, along with Serverless Functions, with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/gatsby)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/gatsby)
_Live Example: https://gatsby.now-examples.now.sh_
diff --git a/examples/gridsome/README.md b/examples/gridsome/README.md
index 9d10c7151..8ebaba815 100644
--- a/examples/gridsome/README.md
+++ b/examples/gridsome/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Gridsome](https://gridsome.org/) app tha
Deploy your own Gridsome project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/gridsome)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/gridsome)
_Live Example: https://gridsome.now-examples.now.sh_
diff --git a/examples/hexo/README.md b/examples/hexo/README.md
index c88123f6a..d71bbcf3e 100644
--- a/examples/hexo/README.md
+++ b/examples/hexo/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Hexo](https://hexo.io/) site that can be
Deploy your own Hexo project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/hexo)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/hexo)
_Live Example: https://hexo.now-examples.now.sh_
diff --git a/examples/hugo/README.md b/examples/hugo/README.md
index 8b3a433ff..5b41c76ec 100644
--- a/examples/hugo/README.md
+++ b/examples/hugo/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Hugo](https://gohugo.io/) app that can b
Deploy your own Hugo project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/hugo)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/hugo)
_Live Example: https://hugo.now-examples.now.sh_
diff --git a/examples/hyperapp/README.md b/examples/hyperapp/README.md
index bcf91542a..14d96b424 100644
--- a/examples/hyperapp/README.md
+++ b/examples/hyperapp/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [HyperApp](https://github.com/jorgebucara
Deploy your own HyperApp project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/hyperapp)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/hyperapp)
_Live Example: https://hyperapp.now-examples.now.sh_
diff --git a/examples/ionic-react/readme.md b/examples/ionic-react/readme.md
index 1f87667cd..8e2111fef 100644
--- a/examples/ionic-react/readme.md
+++ b/examples/ionic-react/readme.md
@@ -6,7 +6,7 @@ This directory is a brief example of an [Ionic React](https://ionicframework.com
Deploy your own Ionic React project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/ionic-react)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/ionic-react)
_Live Example: https://ionic-react.now-examples.now.sh_
diff --git a/examples/jekyll/README.md b/examples/jekyll/README.md
index 399d6c342..52f4ff930 100644
--- a/examples/jekyll/README.md
+++ b/examples/jekyll/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Jekyll](https://jekyllrb.com/) site that
Deploy your own Jekyll project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/jekyll)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/jekyll)
_Live Example: https://jekyll.now-examples.now.sh_
diff --git a/examples/marko/README.md b/examples/marko/README.md
index c55fa1f12..7ed7aae01 100644
--- a/examples/marko/README.md
+++ b/examples/marko/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Marko.js](https://markojs.com/) app that
Deploy your own Marko.js project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/marko)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/marko)
_Live Example: https://marko.now-examples.now.sh_
diff --git a/examples/mdx-deck/README.md b/examples/mdx-deck/README.md
index 0996af61c..afca5622c 100644
--- a/examples/mdx-deck/README.md
+++ b/examples/mdx-deck/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [mdx-deck](https://github.com/jxnblk/mdx-
Deploy your own mdx-deck project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/mdx-deck)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/mdx-deck)
_Live Example: https://mdx-deck.now-examples.now.sh_
diff --git a/examples/metalsmith/README.md b/examples/metalsmith/README.md
index f06f77d7f..6768c10c8 100644
--- a/examples/metalsmith/README.md
+++ b/examples/metalsmith/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Metalsmith](https://metalsmith.io/) app
Deploy your own Metalsmith project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/metalsmith)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/metalsmith)
_Live Example: https://metalsmith.now-examples.now.sh_
diff --git a/examples/middleman/README.md b/examples/middleman/README.md
index 7fbb410e3..86a6ec405 100644
--- a/examples/middleman/README.md
+++ b/examples/middleman/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Middleman](https://middlemanapp.com/) si
Deploy your own Middleman project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/middleman)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/middleman)
_Live Example: https://middleman.now-examples.now.sh_
diff --git a/examples/mithril/README.md b/examples/mithril/README.md
index e33758c44..8c4b0cbac 100644
--- a/examples/mithril/README.md
+++ b/examples/mithril/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Mithril](https://mithril.js.org/) app th
Deploy your own Mithril project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/mithril)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/mithril)
_Live Example: https://mithril.now-examples.now.sh_
diff --git a/examples/mkdocs/README.md b/examples/mkdocs/README.md
index 01913318d..52c221f3d 100644
--- a/examples/mkdocs/README.md
+++ b/examples/mkdocs/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [MkDocs](https://www.mkdocs.org/) site th
Deploy your own MkDocs project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/mkdocs)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/mkdocs)
_Live Example: https://mkdocs.now-examples.now.sh_
diff --git a/examples/nextjs/README.md b/examples/nextjs/README.md
index cb02981db..9b53c75e5 100644
--- a/examples/nextjs/README.md
+++ b/examples/nextjs/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Next.js](https://nextjs.org) app that ca
Deploy your own Next.js project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/nextjs)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/nextjs)
_Live Example: https://nextjs.now-examples.now.sh_
diff --git a/examples/nuxtjs/README.md b/examples/nuxtjs/README.md
index 0824d2ce4..5be137f3c 100644
--- a/examples/nuxtjs/README.md
+++ b/examples/nuxtjs/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Nuxt.js](https://nuxtjs.org) app that ca
Deploy your own Nuxt.js project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/nuxtjs)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/nuxtjs)
_Live Example: https://nuxtjs.now-examples.now.sh_
diff --git a/examples/pelican/README.md b/examples/pelican/README.md
index ea7daa8e3..3ce320f1e 100644
--- a/examples/pelican/README.md
+++ b/examples/pelican/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Pelican](https://docs.getpelican.com/en/
Deploy your own Pelican project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/pelican)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/pelican)
_Live Example: https://pelican.now-examples.now.sh_
diff --git a/examples/polymer/README.md b/examples/polymer/README.md
index 4401f5ffe..f7ffe825c 100644
--- a/examples/polymer/README.md
+++ b/examples/polymer/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Polymer](https://www.polymer-project.org
Deploy your own Polymer project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/polymer)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/polymer)
_Live Example: https://polymer.now-examples.now.sh_
diff --git a/examples/preact/README.md b/examples/preact/README.md
index 08043e9fa..49d027ef3 100644
--- a/examples/preact/README.md
+++ b/examples/preact/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Preact](https://preactjs.com/) app that
Deploy your own Preact project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/preact)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/preact)
_Live Example: https://preact.now-examples.now.sh_
diff --git a/examples/riot/README.md b/examples/riot/README.md
index 79262ee84..034103b16 100644
--- a/examples/riot/README.md
+++ b/examples/riot/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Riot.js](https://riot.js.org/) app that
Deploy your own Riot.js project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/riot)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/riot)
_Live Example: https://riot.now-examples.now.sh_
diff --git a/examples/saber/README.md b/examples/saber/README.md
index 28099d2ea..455acc41d 100644
--- a/examples/saber/README.md
+++ b/examples/saber/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Saber](https://saber.land) site that can
Deploy your own Saber project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/saber)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/saber)
_Live Example: https://saber.now-examples.now.sh_
diff --git a/examples/sapper/README.md b/examples/sapper/README.md
index 8c86f2fdd..aa4593960 100644
--- a/examples/sapper/README.md
+++ b/examples/sapper/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Sapper](https://sapper.svelte.dev/) app
Deploy your own Sapper project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/sapper)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/sapper)
_Live Example: https://sapper.now-examples.now.sh_
diff --git a/examples/stencil/readme.md b/examples/stencil/readme.md
index e2e98ffce..ce8805293 100644
--- a/examples/stencil/readme.md
+++ b/examples/stencil/readme.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Stencil](https://stenciljs.com/) app tha
Deploy your own Stencil project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/stencil)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/stencil)
_Live Example: https://stencil.now-examples.now.sh_
diff --git a/examples/storybook/README.md b/examples/storybook/README.md
index 939a3873b..81ae2b597 100644
--- a/examples/storybook/README.md
+++ b/examples/storybook/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Storybook](https://storybook.js.org/) ap
Deploy your own Storybook project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/storybook)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/storybook)
_Live Example: https://storybook.now-examples.now.sh_
diff --git a/examples/svelte/README.md b/examples/svelte/README.md
index d79222f0e..9afb6637a 100644
--- a/examples/svelte/README.md
+++ b/examples/svelte/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Svelte](https://svelte.dev/) app with [S
Deploy your own Svelte project, along with Serverless Functions, with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/svelte)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/svelte)
_Live Example: https://svelte.now-examples.now.sh_
diff --git a/examples/umijs/README.md b/examples/umijs/README.md
index 3a13f2097..9d8f50775 100644
--- a/examples/umijs/README.md
+++ b/examples/umijs/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [UmiJS](https://umijs.org/) app that can
Deploy your own UmiJS project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/umijs)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/umijs)
_Live Example: https://umijs.now-examples.now.sh_
diff --git a/examples/vanilla/README.md b/examples/vanilla/README.md
index 362b2136c..fca9c264d 100644
--- a/examples/vanilla/README.md
+++ b/examples/vanilla/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a vanilla site that can be deployed with ZE
Deploy your own vanilla website, along with Serverless Functions, with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/vanilla)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/vanilla)
_Live Example: https://vanilla.now-examples.now.sh_
diff --git a/examples/vue/README.md b/examples/vue/README.md
index 76858b02d..a72e15b89 100644
--- a/examples/vue/README.md
+++ b/examples/vue/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Vue.js](https://vuejs.org/) app that can
Deploy your own Vue.js project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/vue)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/vue)
_Live Example: https://vue.now-examples.now.sh_
diff --git a/examples/vuepress/README.md b/examples/vuepress/README.md
index 305494e81..653d102a6 100644
--- a/examples/vuepress/README.md
+++ b/examples/vuepress/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [VuePress](https://vuepress.vuejs.org/) a
Deploy your own VuePress project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/vuepress)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/vuepress)
_Live Example: https://vuepress.now-examples.now.sh_
diff --git a/examples/zola/README.md b/examples/zola/README.md
index 903bf62d2..2fa49ed87 100644
--- a/examples/zola/README.md
+++ b/examples/zola/README.md
@@ -6,7 +6,7 @@ This directory is a brief example of a [Zola](https://www.getzola.org/) site tha
Deploy your own Zola project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/zola)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/zola)
_Live Example: https://zola.now-examples.now.sh_
diff --git a/packages/now-static-build/test/fixtures/21-docusaurus-with-framework/README.md b/packages/now-static-build/test/fixtures/21-docusaurus-with-framework/README.md
index b63d0864b..7da817229 100644
--- a/packages/now-static-build/test/fixtures/21-docusaurus-with-framework/README.md
+++ b/packages/now-static-build/test/fixtures/21-docusaurus-with-framework/README.md
@@ -8,7 +8,7 @@ This directory is a brief example of a [Docusaurus](https://docusaurus.io/) site
Deploy your own Docusaurus project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/docusaurus)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/docusaurus)
_Live Example: https://docusaurus.now-examples.now.sh_
diff --git a/packages/now-static-build/test/fixtures/50-ionic-react/readme.md b/packages/now-static-build/test/fixtures/50-ionic-react/readme.md
index 1f87667cd..8e2111fef 100644
--- a/packages/now-static-build/test/fixtures/50-ionic-react/readme.md
+++ b/packages/now-static-build/test/fixtures/50-ionic-react/readme.md
@@ -6,7 +6,7 @@ This directory is a brief example of an [Ionic React](https://ionicframework.com
Deploy your own Ionic React project with ZEIT Now.
-[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/ionic-react)
+[](https://zeit.co/import/project?template=https://github.com/zeit/now/tree/master/examples/ionic-react)
_Live Example: https://ionic-react.now-examples.now.sh_
diff --git a/utils/run.js b/utils/run.js
index 6c105f410..9afe318da 100644
--- a/utils/run.js
+++ b/utils/run.js
@@ -85,7 +85,7 @@ async function main() {
if (process.env.NOW_GITHUB_DEPLOYMENT) {
execSync(
- `rm -rf public && mkdir public && echo 'https://zeit.co/new' > public/output.html`
+ `rm -rf public && mkdir public && echo 'https://zeit.co/import' > public/output.html`
);
}
}