mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
update references to main (#306)
This commit is contained in:
@ -157,7 +157,7 @@ html_static_path = []
|
||||
# Support external links to specific versions of the files in the Github repo
|
||||
branch = os.environ.get("READTHEDOCS_VERSION")
|
||||
if branch is None or branch == "latest":
|
||||
branch = "master"
|
||||
branch = "main"
|
||||
|
||||
REPO = "open-telemetry/opentelemetry-python-contrib/"
|
||||
scm_raw_web = "https://raw.githubusercontent.com/" + REPO + branch
|
||||
|
@ -25,8 +25,8 @@ installed separately via pip:
|
||||
pip install opentelemetry-sdk-extension-{sdkextension}
|
||||
|
||||
A complete list of packages can be found at the
|
||||
`Contrib repo instrumentation <https://github.com/open-telemetry/opentelemetry-python-contrib/tree/master/instrumentation>`_
|
||||
and `Contrib repo exporter <https://github.com/open-telemetry/opentelemetry-python-contrib/tree/master/exporter>`_ directories.
|
||||
`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.
|
||||
|
||||
Extensions
|
||||
----------
|
||||
|
Reference in New Issue
Block a user