From 87e3b23423c441024f6fe6e2230b1fb352e2c800 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Tue, 30 Jun 2026 17:52:49 +1000 Subject: [PATCH] Doc fixes --- CONTRIBUTING.md | 2 +- sdk/opentelemetry-sdk.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 496bd15304..87860da473 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -250,7 +250,7 @@ Releases are normally performed using GitHub Actions. * 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 - + * 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 diff --git a/sdk/opentelemetry-sdk.gemspec b/sdk/opentelemetry-sdk.gemspec index 2b16a2f804..f5fcf18453 100644 --- a/sdk/opentelemetry-sdk.gemspec +++ b/sdk/opentelemetry-sdk.gemspec @@ -38,7 +38,7 @@ Gem::Specification.new do |spec| if spec.respond_to?(:metadata) spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md" - spec.metadata['source_code_uri'] = "https://github.com/open-telemetry/opentelemetry-ruby/tree/#{spec.name}/v#{spec.version}/sdk'" + spec.metadata['source_code_uri'] = "https://github.com/open-telemetry/opentelemetry-ruby/tree/#{spec.name}/v#{spec.version}/sdk" spec.metadata['bug_tracker_uri'] = 'https://github.com/open-telemetry/opentelemetry-ruby/issues' spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}" end