Skip to content

Commit cae706d

Browse files
committed
examples: use HTTPS URL
1 parent aa63027 commit cae706d

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

examples/basic-css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd basic-css
1313
or clone the repo:
1414

1515
```bash
16-
git clone git@github.com:zeit/next.js.git --depth=1
16+
git clone https://github.com/zeit/next.js.git --depth=1
1717
cd next.js/examples/basic-css
1818
```
1919

examples/custom-server-express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd custom-server-express
1313
or clone the repo:
1414

1515
```bash
16-
git clone git@github.com:zeit/next.js.git --depth=1
16+
git clone https://github.com/zeit/next.js.git --depth=1
1717
cd next.js/examples/custom-server-express
1818
```
1919

examples/custom-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd custom-server
1313
or clone the repo:
1414

1515
```bash
16-
git clone git@github.com:zeit/next.js.git --depth=1
16+
git clone https://github.com/zeit/next.js.git --depth=1
1717
cd next.js/examples/custom-server
1818
```
1919

examples/head-elements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd head-elements
1313
or clone the repo:
1414

1515
```bash
16-
git clone git@github.com:zeit/next.js.git --depth=1
16+
git clone https://github.com/zeit/next.js.git --depth=1
1717
cd next.js/examples/head-elements
1818
```
1919

examples/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd hello-world
1313
or clone the repo:
1414

1515
```bash
16-
git clone git@github.com:zeit/next.js.git --depth=1
16+
git clone https://github.com/zeit/next.js.git --depth=1
1717
cd next.js/examples/hello-world
1818
```
1919

examples/nested-components/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd nested-components
1313
or clone the repo:
1414

1515
```bash
16-
git clone git@github.com:zeit/next.js.git --depth=1
16+
git clone https://github.com/zeit/next.js.git --depth=1
1717
cd next.js/examples/nested-components
1818
```
1919

examples/parameterized-routing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd parametrized-routing
1313
or clone the repo:
1414

1515
```bash
16-
git clone git@github.com:zeit/next.js.git --depth=1
16+
git clone https://github.com/zeit/next.js.git --depth=1
1717
cd next.js/examples/parametrized-routing
1818
```
1919

examples/shared-modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd shared-modules
1212
or clone the repo:
1313

1414
```bash
15-
git clone git@github.com:zeit/next.js.git --depth=1
15+
git clone https://github.com/zeit/next.js.git --depth=1
1616
cd next.js/examples/shared-modules
1717
```
1818

examples/using-router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd using-router
1212
or clone the repo:
1313

1414
```bash
15-
git clone git@github.com:zeit/next.js.git --depth=1
15+
git clone https://github.com/zeit/next.js.git --depth=1
1616
cd next.js/examples/using-router
1717
```
1818

examples/with-prefetching/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd with-prefetching
1212
or clone the repo:
1313

1414
```bash
15-
git clone git@github.com:zeit/next.js.git --depth=1
15+
git clone https://github.com/zeit/next.js.git --depth=1
1616
cd next.js/examples/with-prefetching
1717
```
1818

0 commit comments

Comments
 (0)