From 1f864ec061c0d9f889c2c1b43d819cad863fd5c4 Mon Sep 17 00:00:00 2001 From: filinpavel Date: Sat, 23 Jul 2016 13:07:21 +0700 Subject: [PATCH] Update google.rst updated Google link, API cosole is no longer exist --- docs/examples/google.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/google.rst b/docs/examples/google.rst index 4279790a..f9270a42 100644 --- a/docs/examples/google.rst +++ b/docs/examples/google.rst @@ -1,11 +1,11 @@ Google OAuth 2 Tutorial ========================== -Setup a new web application client in the `Google API console`_ +Setup a new web project in the `Google Cloud Console`_ When you have obtained a ``client_id``, ``client_secret`` and registered a callback URL then you can try out the command line interactive example below. -.. _`Google API console`: https://code.google.com/apis/console/?pli=1 +.. _`Google Cloud Console`: https://cloud.google.com/console/project .. code-block:: pycon