-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating references to main #1558
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few broken links, otherwise LGTM
CONTRIBUTING.md
Outdated
@@ -194,5 +194,5 @@ For a deeper discussion, see: https://github.com/open-telemetry/opentelemetry-sp | |||
* docstrings should adhere to the [Google Python Style | |||
Guide](http://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings) | |||
as specified with the [napolean | |||
extension](http://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html#google-vs-numpy) | |||
extension in [Sphinx](http://www.sphinx-doc.org/en/master/index.html). | |||
extension](http://www.sphinx-doc.org/en/main/usage/extensions/napoleon.html#google-vs-numpy) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken link
@@ -9,9 +9,9 @@ Overview | |||
This example demonstrates how to use auto-instrumentation in OpenTelemetry. | |||
The example is based on a previous OpenTracing example that | |||
you can find | |||
`here <https://github.com/yurishkuro/opentracing-tutorial/tree/master/python>`__. | |||
`here <https://github.com/yurishkuro/opentracing-tutorial/tree/main/python>`__. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
broken link
Thanks for catching those @aabmass |
Fixes #1549