Skip to content

Use explicit Markdown links for hosted DocC URL in AGENTS.md#38

Merged
fabioknoedt merged 1 commit into
masterfrom
claude/agents-docs-link
Apr 25, 2026
Merged

Use explicit Markdown links for hosted DocC URL in AGENTS.md#38
fabioknoedt merged 1 commit into
masterfrom
claude/agents-docs-link

Conversation

@fabioknoedt
Copy link
Copy Markdown
Owner

The angle-bracket autolink syntax (<https://...>) is valid CommonMark,
but some Markdown renderers and LLM scrapers strip or hide autolinks,
making the line look like "Hosted API docs:" with no URL. Switching to
the explicit [text](url) form renders identically on GitHub and
guarantees the URL is visible in any tool that consumes the file.

Two occurrences updated:

  • the metadata bullet near the top of the file
  • the "Where to look next" table row

https://claude.ai/code/session_01TQi3WNVCqQ9QFufs5XogjK

The angle-bracket autolink syntax (`<https://...>`) is valid CommonMark,
but some Markdown renderers and LLM scrapers strip or hide autolinks,
making the line look like "Hosted API docs:" with no URL. Switching to
the explicit `[text](url)` form renders identically on GitHub and
guarantees the URL is visible in any tool that consumes the file.

Two occurrences updated:
- the metadata bullet near the top of the file
- the "Where to look next" table row

https://claude.ai/code/session_01TQi3WNVCqQ9QFufs5XogjK
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (2bc36bf) to head (6d60dda).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           83        83           
=========================================
  Hits            83        83           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fabioknoedt fabioknoedt merged commit 04bda2c into master Apr 25, 2026
4 checks passed
@fabioknoedt fabioknoedt deleted the claude/agents-docs-link branch April 25, 2026 20:23
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