From b1c2fbeec633761fa8e79b8ac94a90ef8c08ab45 Mon Sep 17 00:00:00 2001 From: Pravin Dahal Date: Mon, 11 Feb 2019 19:12:32 +0100 Subject: [PATCH] Updated client library documentation URLs. (#7307) Previously, the URLs would redirect using JavaScript, which would either be slow or not work at all (in case JavaScript is disabled on the browser) --- packages/google-cloud-trace/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-trace/README.rst b/packages/google-cloud-trace/README.rst index 4fe31a8a784d..7fccd93fb742 100644 --- a/packages/google-cloud-trace/README.rst +++ b/packages/google-cloud-trace/README.rst @@ -17,7 +17,7 @@ default. Trace data from other applications can be provided using this API. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-trace.svg :target: https://pypi.org/project/google-cloud-trace/ .. _Stackdriver Trace API: https://cloud.google.com/trace -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/trace/starting.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/trace/starting.html .. _Product Documentation: https://cloud.google.com/trace Quick Start @@ -31,7 +31,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable the trace API.: https://cloud.google.com/trace -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~