diff --git a/examples/basic-css/README.md b/examples/basic-css/README.md index beafa95fac815..1b829f01582a5 100644 --- a/examples/basic-css/README.md +++ b/examples/basic-css/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/basic-css diff --git a/examples/custom-server-express/README.md b/examples/custom-server-express/README.md index f58020caa3dd6..f369b8c5c12cd 100644 --- a/examples/custom-server-express/README.md +++ b/examples/custom-server-express/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-express diff --git a/examples/custom-server-hapi/README.md b/examples/custom-server-hapi/README.md index a6e4d7785f28f..0596afdf5a0eb 100644 --- a/examples/custom-server-hapi/README.md +++ b/examples/custom-server-hapi/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-hapi @@ -29,4 +29,4 @@ Most of the times the default Next server will be enough but sometimes you want Because the Next.js server is just a node.js module you can combine it with any other part of the node.js ecosystem. in this case we are using [Hapi](https://hapijs.com) to build a custom router on top of Next. -The example shows a server that serves the component living in `pages/a.js` when the route `/b` is requested and `pages/b.js` when the route `/a` is accessed. This is obviously a non-standard routing strategy. You can see how this custom routing is being made inside `server.js`. \ No newline at end of file +The example shows a server that serves the component living in `pages/a.js` when the route `/b` is requested and `pages/b.js` when the route `/a` is accessed. This is obviously a non-standard routing strategy. You can see how this custom routing is being made inside `server.js`. diff --git a/examples/custom-server/README.md b/examples/custom-server/README.md index b82f96d63e963..f0fb47a2cb18e 100644 --- a/examples/custom-server/README.md +++ b/examples/custom-server/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server diff --git a/examples/data-fetch/README.md b/examples/data-fetch/README.md index cf108659ecf62..2b8dd7dfca43d 100644 --- a/examples/data-fetch/README.md +++ b/examples/data-fetch/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/data-fetch diff --git a/examples/head-elements/README.md b/examples/head-elements/README.md index 8ee0ef2734cac..3982f111b6b63 100644 --- a/examples/head-elements/README.md +++ b/examples/head-elements/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/head-elements diff --git a/examples/hello-world/README.md b/examples/hello-world/README.md index 44a1f9b1f408d..39ae637222a4c 100644 --- a/examples/hello-world/README.md +++ b/examples/hello-world/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/hello-world diff --git a/examples/layout-component/README.md b/examples/layout-component/README.md index b81ac340f85cc..8199c48980cea 100644 --- a/examples/layout-component/README.md +++ b/examples/layout-component/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/hello-world diff --git a/examples/nested-components/README.md b/examples/nested-components/README.md index 4392321a6571f..3aede8bdc5057 100644 --- a/examples/nested-components/README.md +++ b/examples/nested-components/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/nested-components diff --git a/examples/parameterized-routing/README.md b/examples/parameterized-routing/README.md index ad6f000b6f7ad..a2e89d5ad8d8b 100644 --- a/examples/parameterized-routing/README.md +++ b/examples/parameterized-routing/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/parameterized-routing diff --git a/examples/shared-modules/README.md b/examples/shared-modules/README.md index 2c8eefc1ddc7e..927204015a1c3 100644 --- a/examples/shared-modules/README.md +++ b/examples/shared-modules/README.md @@ -2,7 +2,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/shared-modules diff --git a/examples/ssr-caching/README.md b/examples/ssr-caching/README.md index 2b36134b83bf9..06260144939cb 100644 --- a/examples/ssr-caching/README.md +++ b/examples/ssr-caching/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/ssr-caching diff --git a/examples/using-inferno/README.md b/examples/using-inferno/README.md index 15d90eff41680..75879059a29a0 100644 --- a/examples/using-inferno/README.md +++ b/examples/using-inferno/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-inferno @@ -29,4 +29,4 @@ This example uses [Inferno](https://github.com/infernojs/inferno), an insanely f Here's how we did it: -* Use `next.config.js` to customize our webpack config to support [inferno-compat](https://www.npmjs.com/package/inferno-compat) \ No newline at end of file +* Use `next.config.js` to customize our webpack config to support [inferno-compat](https://www.npmjs.com/package/inferno-compat) diff --git a/examples/using-preact/README.md b/examples/using-preact/README.md index 388dae2d38bd3..f6138b81ca798 100644 --- a/examples/using-preact/README.md +++ b/examples/using-preact/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-preact @@ -30,4 +30,4 @@ This example uses [Preact](https://github.com/developit/preact) instead of React Here's how we did it: * Create `.babelrc` file with es2015 and react presets. This allow us to get rid of the hard coded React dependency for core Next.js modules. -* Use `next.config.js` to customize our webpack config to support [preact-compat](https://github.com/developit/preact-compat) \ No newline at end of file +* Use `next.config.js` to customize our webpack config to support [preact-compat](https://github.com/developit/preact-compat) diff --git a/examples/using-router/README.md b/examples/using-router/README.md index 628d89670b094..551cc04836757 100644 --- a/examples/using-router/README.md +++ b/examples/using-router/README.md @@ -2,7 +2,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-router diff --git a/examples/with-aphrodite/README.md b/examples/with-aphrodite/README.md index d00a24dcec463..3f403dc0cd85a 100644 --- a/examples/with-aphrodite/README.md +++ b/examples/with-aphrodite/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-aphrodite diff --git a/examples/with-custom-babel-config/README.md b/examples/with-custom-babel-config/README.md index d37d851982efc..092541297e346 100644 --- a/examples/with-custom-babel-config/README.md +++ b/examples/with-custom-babel-config/README.md @@ -1,6 +1,6 @@ # Example app using custom babel config -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-custom-babel-config diff --git a/examples/with-cxs/README.md b/examples/with-cxs/README.md index 49dcee6d2ed8c..59d51debb7964 100644 --- a/examples/with-cxs/README.md +++ b/examples/with-cxs/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-cxs diff --git a/examples/with-glamor/README.md b/examples/with-glamor/README.md index 068b2c251733d..8444b485c8ea1 100644 --- a/examples/with-glamor/README.md +++ b/examples/with-glamor/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-glamor diff --git a/examples/with-jest/README.md b/examples/with-jest/README.md index a1a6bd3a1e46e..6de953b4974b2 100644 --- a/examples/with-jest/README.md +++ b/examples/with-jest/README.md @@ -2,7 +2,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-jest diff --git a/examples/with-loading/README.md b/examples/with-loading/README.md index 89f2ad39799f5..3ea7226bbbaea 100644 --- a/examples/with-loading/README.md +++ b/examples/with-loading/README.md @@ -2,7 +2,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-loading diff --git a/examples/with-mobx/README.md b/examples/with-mobx/README.md index a130dd042faf0..ff9bf9361cf78 100644 --- a/examples/with-mobx/README.md +++ b/examples/with-mobx/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-mobx diff --git a/examples/with-prefetching/README.md b/examples/with-prefetching/README.md index 2f48a070e498a..c213c903ea230 100644 --- a/examples/with-prefetching/README.md +++ b/examples/with-prefetching/README.md @@ -2,7 +2,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-prefetching diff --git a/examples/with-redux/README.md b/examples/with-redux/README.md index 3264706ab8ce8..1bff9ba169d67 100644 --- a/examples/with-redux/README.md +++ b/examples/with-redux/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example [or clone the repo](https://github.com/zeit/next.js.git): +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux diff --git a/examples/with-styled-components/README.md b/examples/with-styled-components/README.md index 13a7f657671e5..adae3189885d0 100644 --- a/examples/with-styled-components/README.md +++ b/examples/with-styled-components/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-components diff --git a/examples/with-styled-jsx-postcss/README.md b/examples/with-styled-jsx-postcss/README.md index e725bc1aa33b2..e4b3c1b4b25a1 100644 --- a/examples/with-styled-jsx-postcss/README.md +++ b/examples/with-styled-jsx-postcss/README.md @@ -5,7 +5,7 @@ This example features how you use PostCSS with styled-jsx via [styled-jsx-postcs ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-jsx-postcss diff --git a/examples/with-styletron/README.md b/examples/with-styletron/README.md index 6accfc72196f6..3c7372d9ce370 100644 --- a/examples/with-styletron/README.md +++ b/examples/with-styletron/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styletron