Skip to content

Commit 561c1a3

Browse files
authored
Fix opentelemetry-tools-google-cloud homepage URL (#111)
Current URL mentioned in PyPI website is referring to non-existing URL and returns 404. This corrects the URL to the corresponding page of the directory in the GitHub repository.
1 parent d2231dc commit 561c1a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opentelemetry-tools-google-cloud/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ long_description = file: README.rst
55
long_description_content_type = text/x-rst
66
author = Google
77
author_email = opentelemetry-pypi@google.com
8-
url = https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/opentelemetry-tools-google-cloud
8+
url = https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/tree/master/opentelemetry-tools-google-cloud
99
platforms = any
1010
license = Apache-2.0
1111
classifiers =

0 commit comments

Comments
 (0)