Skip to content

Commit a66ff65

Browse files
seduboisimpronunciable
authored andcommitted
Fix link (#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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)