1
0
Fork 0
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:
nkzawa 2016-12-22 18:14:12 +09:00
parent aa630279e6
commit cae706d7b7
12 changed files with 12 additions and 12 deletions

View file

@ -13,7 +13,7 @@ cd basic-css
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/basic-css
``` ```

View file

@ -13,7 +13,7 @@ cd custom-server-express
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/custom-server-express
``` ```

View file

@ -13,7 +13,7 @@ cd custom-server
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/custom-server
``` ```

View file

@ -13,7 +13,7 @@ cd head-elements
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/head-elements
``` ```

View file

@ -13,7 +13,7 @@ cd hello-world
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/hello-world
``` ```

View file

@ -13,7 +13,7 @@ cd nested-components
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/nested-components
``` ```

View file

@ -13,7 +13,7 @@ cd parametrized-routing
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/parametrized-routing
``` ```

View file

@ -12,7 +12,7 @@ cd shared-modules
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/shared-modules
``` ```

View file

@ -12,7 +12,7 @@ cd using-router
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/using-router
``` ```

View file

@ -12,7 +12,7 @@ cd with-prefetching
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/with-prefetching
``` ```

View file

@ -13,7 +13,7 @@ cd with-redux
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/with-redux
``` ```

View file

@ -13,7 +13,7 @@ cd with-styled-components
or clone the repo: or clone the repo:
```bash ```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 cd next.js/examples/with-styled-components
``` ```