Skip to content

Commit

Permalink
[docs] HTTPS for git clone (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupKumarPanwar authored and lukesneeringer committed Mar 29, 2019
1 parent a1e5ac0 commit 8f31095
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Your best bet is to likely clone this repository:

.. code-block:: shell
$ git clone git@github.com:googleapis/api-common-protos.git
$ git clone https://github.com/googleapis/api-common-protos.git
$ cd api-common-protos
$ git checkout --track -b input-contract origin/input-contract
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a special branch:

.. code-block:: shell
$ git clone git@github.com:googleapis/googleapis.git
$ git clone https://github.com/googleapis/googleapis.git
$ cd googleapis
$ git checkout --track -b input-contract origin/input-contract
$ cd ..
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ As for this library itself, the recommended installation approach is
# Due to its experimental state, this tool is not published to a
# package manager; you should clone it.
# (You can pip install it from GitHub, not not if you want to tinker.)
git clone git@github.com:googleapis/gapic-generator-python.git
git clone https://github.com/googleapis/gapic-generator-python.git
cd gapic-generator-python/
# Install the tool. This will handle the virtualenv for you, and
Expand Down Expand Up @@ -123,7 +123,7 @@ which define certain client-specific annotations. These are in the

.. code-block:: shell
$ git clone git@github.com:googleapis/api-common-protos.git
$ git clone https://github.com/googleapis/api-common-protos.git
$ cd api-common-protos
$ git checkout --track -b input-contract origin/input-contract
$ cd ..
Expand Down

0 comments on commit 8f31095

Please sign in to comment.