Skip to content

fix: use /tree/ instead of /blob/ for directory URL#1944

Merged
zeitlinger merged 1 commit intoprometheus:mainfrom
zeitlinger:fix/directory-blob-url
Mar 12, 2026
Merged

fix: use /tree/ instead of /blob/ for directory URL#1944
zeitlinger merged 1 commit intoprometheus:mainfrom
zeitlinger:fix/directory-blob-url

Conversation

@zeitlinger
Copy link
Member

Summary

  • Fix tail sampling processor link in docs/content/otel/tracing.md to use /tree/ instead of /blob/
  • The link points to a directory, not a file. GitHub redirects /blob//tree/ (301), but link checkers that remap to raw.githubusercontent.com get 400 for directories

Test plan

  • Link checker passes

The tail sampling processor link points to a directory, not a file.
GitHub redirects /blob/ → /tree/ for directories, but link checkers
that remap to raw.githubusercontent.com get 400/404 for directories.
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
@zeitlinger zeitlinger merged commit b81332e into prometheus:main Mar 12, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants