mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
examples: use HTTPS URL
This commit is contained in:
parent
aa630279e6
commit
cae706d7b7
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue