Skip to content

Commit a66ff65

Browse files
seduboisimpronunciable
authored andcommitted
Fix link (vercel#789)
* Fix link * Fix links
1 parent 70b92e6 commit a66ff65

File tree

27 files changed

+30
-30
lines changed

27 files changed

+30
-30
lines changed

examples/basic-css/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/basic-css

examples/custom-server-express/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-express

examples/custom-server-hapi/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
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
2929

3030
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.
3131

32-
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`.
32+
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`.

examples/custom-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server

examples/data-fetch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/data-fetch

examples/head-elements/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/head-elements

examples/hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/hello-world

examples/layout-component/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/hello-world

examples/nested-components/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/nested-components

examples/parameterized-routing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/parameterized-routing

examples/shared-modules/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to use
44

5-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
5+
Download the example [or clone the repo](https://github.com/zeit/next.js):
66

77
```bash
88
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/shared-modules

examples/ssr-caching/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/ssr-caching

examples/using-inferno/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
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
2929

3030
Here's how we did it:
3131

32-
* Use `next.config.js` to customize our webpack config to support [inferno-compat](https://www.npmjs.com/package/inferno-compat)
32+
* Use `next.config.js` to customize our webpack config to support [inferno-compat](https://www.npmjs.com/package/inferno-compat)

examples/using-preact/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
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
3030
Here's how we did it:
3131

3232
* 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.
33-
* Use `next.config.js` to customize our webpack config to support [preact-compat](https://github.com/developit/preact-compat)
33+
* Use `next.config.js` to customize our webpack config to support [preact-compat](https://github.com/developit/preact-compat)

examples/using-router/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to use
44

5-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
5+
Download the example [or clone the repo](https://github.com/zeit/next.js):
66

77
```bash
88
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-router

examples/with-aphrodite/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-aphrodite

examples/with-custom-babel-config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example app using custom babel config
22

3-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
3+
Download the example [or clone the repo](https://github.com/zeit/next.js):
44

55
```bash
66
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-custom-babel-config

examples/with-cxs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-cxs

examples/with-glamor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-glamor

examples/with-jest/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to use
44

5-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
5+
Download the example [or clone the repo](https://github.com/zeit/next.js):
66

77
```bash
88
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-jest

examples/with-loading/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to use
44

5-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
5+
Download the example [or clone the repo](https://github.com/zeit/next.js):
66

77
```bash
88
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-loading

examples/with-mobx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-mobx

examples/with-prefetching/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to use
44

5-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
5+
Download the example [or clone the repo](https://github.com/zeit/next.js):
66

77
```bash
88
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-prefetching

examples/with-redux/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example [or clone the repo](https://github.com/zeit/next.js.git):
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux

examples/with-styled-components/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-components

examples/with-styled-jsx-postcss/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This example features how you use PostCSS with styled-jsx via [styled-jsx-postcs
55

66
## How to use
77

8-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
8+
Download the example [or clone the repo](https://github.com/zeit/next.js):
99

1010
```bash
1111
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-jsx-postcss

examples/with-styletron/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## How to use
55

6-
Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:
6+
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
99
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styletron

0 commit comments

Comments
 (0)