Skip to content

Commit

Permalink
docs: use api-common-protos master branch (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jun 4, 2020
1 parent 94af01d commit 10b7574
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/getting-started/local.rst
Expand Up @@ -117,16 +117,13 @@ Example

.. include:: _example.rst

You will also need the common protos, currently in experimental status,
which define certain client-specific annotations. These are in the
`api-common-protos`_ repository. Clone this from GitHub also:
You will also need the common protos, which define certain client-specific annotations.
These are in the `api-common-protos`_ repository.
Clone this from GitHub also:

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

Expand Down

0 comments on commit 10b7574

Please sign in to comment.