提交 cae706d7 编写于 作者: N nkzawa

examples: use HTTPS URL

上级 aa630279
......@@ -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
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册