From 8b6c471ef9ab31d627e81c52b5f44914297e1b2f Mon Sep 17 00:00:00 2001 From: Kyle Weaver Date: Thu, 19 Sep 2019 14:37:58 -0700 Subject: [PATCH] [BEAM-8286] replace dead intersphinx link for google-cloud-python --- sdks/python/scripts/generate_pydoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/scripts/generate_pydoc.sh b/sdks/python/scripts/generate_pydoc.sh index d74dc62d3b8b..483537f01b54 100755 --- a/sdks/python/scripts/generate_pydoc.sh +++ b/sdks/python/scripts/generate_pydoc.sh @@ -120,7 +120,7 @@ import apache_beam as beam intersphinx_mapping = { 'python': ('https://docs.python.org/2', None), 'hamcrest': ('https://pyhamcrest.readthedocs.io/en/stable/', None), - 'google-cloud': ('https://googleapis.github.io/google-cloud-python/latest/', None), + 'google-cloud': ('https://google-cloud-python.readthedocs.io/en/stable/', None), } # Since private classes are skipped by sphinx, if there is any cross reference