diff --git a/examples/basic-css/README.md b/examples/basic-css/README.md index 477a4ee7..fef925c3 100644 --- a/examples/basic-css/README.md +++ b/examples/basic-css/README.md @@ -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 ``` diff --git a/examples/custom-server-express/README.md b/examples/custom-server-express/README.md index 285141a2..95886fed 100644 --- a/examples/custom-server-express/README.md +++ b/examples/custom-server-express/README.md @@ -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 ``` diff --git a/examples/custom-server/README.md b/examples/custom-server/README.md index 6c0e9c8c..e05aa02f 100644 --- a/examples/custom-server/README.md +++ b/examples/custom-server/README.md @@ -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 ``` diff --git a/examples/head-elements/README.md b/examples/head-elements/README.md index 555a8a6e..fab63fd6 100644 --- a/examples/head-elements/README.md +++ b/examples/head-elements/README.md @@ -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 ``` diff --git a/examples/hello-world/README.md b/examples/hello-world/README.md index 61187b1f..78cf0c1a 100644 --- a/examples/hello-world/README.md +++ b/examples/hello-world/README.md @@ -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 ``` diff --git a/examples/nested-components/README.md b/examples/nested-components/README.md index e7442589..97b8766d 100644 --- a/examples/nested-components/README.md +++ b/examples/nested-components/README.md @@ -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 ``` diff --git a/examples/parameterized-routing/README.md b/examples/parameterized-routing/README.md index 5218c6eb..c00edb23 100644 --- a/examples/parameterized-routing/README.md +++ b/examples/parameterized-routing/README.md @@ -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 ``` diff --git a/examples/shared-modules/README.md b/examples/shared-modules/README.md index 6495cd34..14a056b6 100644 --- a/examples/shared-modules/README.md +++ b/examples/shared-modules/README.md @@ -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 ``` diff --git a/examples/using-router/README.md b/examples/using-router/README.md index 63fb3fed..1f202952 100644 --- a/examples/using-router/README.md +++ b/examples/using-router/README.md @@ -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 ``` diff --git a/examples/with-prefetching/README.md b/examples/with-prefetching/README.md index 515ac00a..3d345a6c 100644 --- a/examples/with-prefetching/README.md +++ b/examples/with-prefetching/README.md @@ -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 ``` diff --git a/examples/with-redux/README.md b/examples/with-redux/README.md index 930a4f05..dfe0b243 100644 --- a/examples/with-redux/README.md +++ b/examples/with-redux/README.md @@ -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 ``` diff --git a/examples/with-styled-components/README.md b/examples/with-styled-components/README.md index 2473da51..8d8dd1a4 100644 --- a/examples/with-styled-components/README.md +++ b/examples/with-styled-components/README.md @@ -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 ```