From 7d2515d98aac8633ef2b3a536bd3e01abd3c154e Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Thu, 24 May 2018 13:08:24 -0700 Subject: [PATCH] Fix links to README and CONTRIBUTING in docs/index.rst --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index af2c80459..56e3ecaf6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -57,7 +57,7 @@ google-auth is made available under the Apache License, Version 2.0. For more details, see `LICENSE`_ .. _LICENSE: - https://github.com/GoogleCloudPlatform/google-auth-library-python/LICENSE + https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE Contributing ------------ @@ -66,4 +66,4 @@ We happily welcome contributions, please see our `contributing`_ documentation for details. .. _contributing: - https://github.com/GoogleCloudPlatform/google-auth-library-python/CONTRIBUTING.rst + https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CONTRIBUTING.rst