Skip to content

Commit

Permalink
docs: update URLs to rubydocs (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Mar 16, 2023
1 parent d40393d commit 95707f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ Releases are normally performed using GitHub Actions.
gem(s) once CI has completed. This includes:
* For each gem, it will create a release tag and a GitHub release.
* It will build and push the gems to rubygems.
* It will build the docs and push them to
https://open-telemetry.github.io/opentelemetry-ruby-contrib
* If the releases succeed, the script will update the release pull
request with the results and change its label to `release: complete`.
If something went wrong, the script will, if possible, report the error
Expand Down
2 changes: 1 addition & 1 deletion propagator/ottrace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

* BREAKING CHANGE: Replace TextMapInjector/TextMapExtractor pairs with a TextMapPropagator.

[Check the propagator documentation](https://open-telemetry.github.io/opentelemetry-ruby/) for the new usage.
[Check the propagator documentation](https://www.rubydoc.info/gems/opentelemetry-propagator-ottrace) for the new usage.

* FIXED: Refactor propagators to add #fields

Expand Down

0 comments on commit 95707f9

Please sign in to comment.