Commit b81332e
authored
fix: use /tree/ instead of /blob/ for directory URL (#1944)
## 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
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent cc17d6e commit b81332e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments