Skip to content

Fix broken anchor in OTLP metadata cross-reference link#309

Merged
bb220 merged 1 commit into
masterfrom
fix-otel-metadata-anchor-link
May 20, 2026
Merged

Fix broken anchor in OTLP metadata cross-reference link#309
bb220 merged 1 commit into
masterfrom
fix-otel-metadata-anchor-link

Conversation

@bb220
Copy link
Copy Markdown
Collaborator

@bb220 bb220 commented May 20, 2026

Summary

  • Fixes the anchor in the "Attaching metadata via OpenTelemetry" section of features/prompt-history/metadata.mdx.

Problem

The heading "Attaching User Identity & Metadata" on the OpenTelemetry page encodes the & as %26 in the URL slug. The link added in #308 used #attaching-user-identity-metadata (dropping the ampersand entirely), which resolves to the top of the page instead of the correct section.

Fix

Updated the anchor to #attaching-user-identity-%26-metadata to match the actual URL slug.


Generated by Claude Code

The heading "Attaching User Identity & Metadata" encodes the ampersand
as %26 in the URL slug, so the correct anchor is
#attaching-user-identity-%26-metadata. The previous link used a plain
hyphen in place of the ampersand, causing users to land at the top of
the OpenTelemetry page rather than the intended section.

https://claude.ai/code/session_01WesPFyrXFLqXrTZHCXP9xN
@bb220 bb220 added the automation label May 20, 2026 — with Claude
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 20, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
promptlayer 🟢 Ready View Preview May 20, 2026, 1:43 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@bb220 bb220 merged commit 4321d30 into master May 20, 2026
4 checks passed
@bb220 bb220 deleted the fix-otel-metadata-anchor-link branch May 20, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants