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