File tree 5 files changed +5
-4
lines changed
opentelemetry-instrumentation-aiohttp-client
opentelemetry-instrumentation-asgi
opentelemetry-instrumentation-asyncpg
opentelemetry-instrumentation-pymemcache
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105
105
([ #273 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/273 ) )
106
106
107
107
### Changed
108
+ - Fix broken links to project ([ #413 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/413 ) )
108
109
- ` opentelemetry-instrumentation-asgi ` , ` opentelemetry-instrumentation-wsgi ` Return ` None ` for ` CarrierGetter ` if key not found
109
110
([ #233 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/233 ) )
110
111
- ` opentelemetry-instrumentation-grpc ` Comply with updated spec, rework tests
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ long_description = file: README.rst
19
19
long_description_content_type = text/x-rst
20
20
author = OpenTelemetry Authors
21
21
22
- url = https://github.com/open-telemetry/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-aiohttp-client
22
+ url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/ instrumentation/opentelemetry-instrumentation-aiohttp-client
23
23
platforms = any
24
24
license = Apache-2.0
25
25
classifiers =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ long_description = file: README.rst
19
19
long_description_content_type = text/x-rst
20
20
author = OpenTelemetry Authors
21
21
22
- url = https://github.com/open-telemetry/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-asgi
22
+ url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/ instrumentation/opentelemetry-instrumentation-asgi
23
23
platforms = any
24
24
license = Apache-2.0
25
25
classifiers =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ long_description = file: README.rst
19
19
long_description_content_type = text/x-rst
20
20
author = OpenTelemetry Authors
21
21
22
- url = https://github.com/open-telemetry/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-asyncpg
22
+ url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/ instrumentation/opentelemetry-instrumentation-asyncpg
23
23
platforms = any
24
24
license = Apache-2.0
25
25
classifiers =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ long_description = file: README.rst
19
19
long_description_content_type = text/x-rst
20
20
author = OpenTelemetry Authors
21
21
22
- url = https://github.com/open-telemetry/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-pymemcache
22
+ url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/ instrumentation/opentelemetry-instrumentation-pymemcache
23
23
platforms = any
24
24
license = Apache-2.0
25
25
classifiers =
You can’t perform that action at this time.
0 commit comments