update references to main (#306)

This commit is contained in:
alrex
2021-01-29 12:09:22 -08:00
committed by GitHub
parent 5dd2412d75
commit f022385e37
45 changed files with 73 additions and 68 deletions

View File

@ -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

View File

@ -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
----------