-
Notifications
You must be signed in to change notification settings - Fork 900
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
Fix markdown-link-check and dead links #555
Fix markdown-link-check and dead links #555
Conversation
Can you fix the link as well? |
specification/trace/sdk_exporters/zipkin.md linked to this paragraph:
Looks like it was accidentally removed in #546, I brought it back to where it was before. |
@@ -73,7 +73,7 @@ attribute named `error`. In case if value of the attribute is `false`, Zipkin | |||
tag needs to be omitted. | |||
|
|||
Array values MUST be serialized to string like a JSON list as mentioned in | |||
[semantic conventions document](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#semantic-conventions). |
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.
Haha, this passed because the file was available on the master branch when tested. So PR check would not catch this.
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.
LGTM
I double-checked the links from latest git commit b1d3ca5 of this PR
Fixes #554