From 2182f6d38ef6483acd2ff5c05be9d22fe4689fe2 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 8 Aug 2017 14:50:31 -0700 Subject: [PATCH] Use latest/ directory for docs instead of stable/ (#3766) See also https://github.com/GoogleCloudPlatform/google-cloud-python/pull/3763 $ sed -i '' 's/googlecloudplatform.github.io\/google-cloud-python\/stable\//googlecloudplatform.github.io\/google-cloud-python\/latest\//g' **/*.rst --- packages/google-cloud-trace/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-trace/README.rst b/packages/google-cloud-trace/README.rst index 39178ee440fc..e0601d62d0d9 100644 --- a/packages/google-cloud-trace/README.rst +++ b/packages/google-cloud-trace/README.rst @@ -8,7 +8,7 @@ Idiomatic Python client for `Stackdriver Trace API`_ .. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst .. _Stackdriver Trace API: https://cloud.google.com/trace -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/trace-usage +.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/trace-usage .. _Product Documentation: https://cloud.google.com/trace Quick Start @@ -22,7 +22,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/stable/google-cloud-auth +.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/google-cloud-auth Installation ~~~~~~~~~~~~ @@ -94,4 +94,4 @@ Next Steps APIs that we cover. .. _Stackdriver Trace API Product documentation: https://cloud.google.com/trace -.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst \ No newline at end of file +.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst