Skip to content

Commit

Permalink
examples: use HTTPS URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed Dec 22, 2016
1 parent aa63027 commit cae706d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/basic-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd basic-css
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/basic-css
```

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd custom-server-express
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/custom-server-express
```

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd custom-server
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/custom-server
```

Expand Down
2 changes: 1 addition & 1 deletion examples/head-elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd head-elements
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/head-elements
```

Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd hello-world
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/hello-world
```

Expand Down
2 changes: 1 addition & 1 deletion examples/nested-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd nested-components
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/nested-components
```

Expand Down
2 changes: 1 addition & 1 deletion examples/parameterized-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd parametrized-routing
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/parametrized-routing
```

Expand Down
2 changes: 1 addition & 1 deletion examples/shared-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd shared-modules
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/shared-modules
```

Expand Down
2 changes: 1 addition & 1 deletion examples/using-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd using-router
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/using-router
```

Expand Down
2 changes: 1 addition & 1 deletion examples/with-prefetching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd with-prefetching
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/with-prefetching
```

Expand Down
2 changes: 1 addition & 1 deletion examples/with-redux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd with-redux
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/with-redux
```

Expand Down
2 changes: 1 addition & 1 deletion examples/with-styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd with-styled-components
or clone the repo:

```bash
git clone git@github.com:zeit/next.js.git --depth=1
git clone https://github.com/zeit/next.js.git --depth=1
cd next.js/examples/with-styled-components
```

Expand Down

0 comments on commit cae706d

Please sign in to comment.