diff --git a/docs/getting-started/local.rst b/docs/getting-started/local.rst index 0d2cc8beba..5251dccad8 100644 --- a/docs/getting-started/local.rst +++ b/docs/getting-started/local.rst @@ -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