From cdb21e624bc0e69518296fa6ef1b5f2746cdcadc Mon Sep 17 00:00:00 2001 From: Xudong Ma Date: Mon, 23 Jul 2018 16:06:11 -0700 Subject: [PATCH] Correct the repository name in samples README. (#83) --- samples/README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/README.rst b/samples/README.rst index 10e46e95b..5127a0042 100644 --- a/samples/README.rst +++ b/samples/README.rst @@ -31,11 +31,12 @@ credentials for applications. Install Dependencies ++++++++++++++++++++ -#. Clone python-docs-samples and change directory to the sample directory you want to use. +#. Clone the repository and change directory to the sample directory. .. code-block:: bash - $ git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git + $ git clone https://github.com/dialogflow/dialogflow-python-client-v2.git + $ cd dialogflow-python-client-v2/samples #. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions.