docs(otlp): Update Ruby integration link to actual docs page#16590
docs(otlp): Update Ruby integration link to actual docs page#16590jaffrepaul merged 1 commit intomasterfrom
Conversation
Ruby OTLP integration docs are now available. Update the link from the placeholder #otlp-integration to /platforms/ruby/integrations/otlp/. Refs #16579 Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Ruby OTLP integration link in the documentation from a placeholder anchor (#otlp-integration) to the actual documentation page (/platforms/ruby/integrations/otlp/), following up on PR #16579 which added the Ruby OTLP integration docs. The change moves the Ruby link from the "Coming Soon" section to the active integrations list.
Changes:
- Updated Ruby OTLP integration link to point to the actual documentation page
- Moved Ruby link from "Coming Soon" section to the list of available integrations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| platform="ruby" | ||
| label="Ruby" | ||
| url="#otlp-integration" | ||
| url="/platforms/ruby/integrations/otlp/" |
There was a problem hiding this comment.
The URL has a trailing slash, but the Python OTLP integration link on line 70 does not have a trailing slash. For consistency with the Python integration link in the same section, consider removing the trailing slash to make it /platforms/ruby/integrations/otlp instead of /platforms/ruby/integrations/otlp/.
| url="/platforms/ruby/integrations/otlp/" | |
| url="/platforms/ruby/integrations/otlp" |
DESCRIBE YOUR PR
Updates the Ruby OTLP integration link from a placeholder (
#otlp-integration) to the actual documentation page (/platforms/ruby/integrations/otlp/).This follows up on #16579 which added the Ruby OTLP integration docs.
IS YOUR CHANGE URGENT?
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
Co-Authored-By: Claude noreply@anthropic.com