Skip to content

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

Open
zeitlinger wants to merge 1 commit intoprometheus:mainfrom
zeitlinger:fix/directory-blob-url
Open

fix: use /tree/ instead of /blob/ for directory URL#1944
zeitlinger wants to merge 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>
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