Skip to content

Commit

Permalink
Fix link to instrumentation
Browse files Browse the repository at this point in the history
The current link points to 404. Following this open-telemetry#1797, the docs for instrumentation were moved to contrib
  • Loading branch information
marcosflobo authored May 7, 2021
1 parent 81d80aa commit 3ef199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In addition, there are several extension packages which can be installed separat
pip install opentelemetry-instrumentation-{instrumentation}

These are for exporter and instrumentation packages respectively.
Some packages can be found in :scm_web:`instrumentation <instrumentation/>` and :scm_web:`exporter <exporter/>`
Some packages can be found in `instrumentation <https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation>`_ and :scm_web:`exporter <exporter/>`
directory of the repository. The remaining packages can be found at the
`Contrib repo instrumentation <https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation>`_
and `Contrib repo exporter <https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter>`_ directories.
Expand Down

0 comments on commit 3ef199f

Please sign in to comment.