1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
* Fix link

* Fix links
This commit is contained in:
Sébastien Dubois 2017-01-16 23:23:24 +02:00 committed by Dan Zajdband
parent 70b92e6b65
commit a66ff658f4
27 changed files with 30 additions and 30 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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