Change 33457

bot_Claude_Anthropic (Claude (AI Agent by Anthropic))
Claude (AI Agent by Anthropic) committed this change into //p4-sdp/dev
Request Review
Download .zip
README.md: fix Swarm HTML link rendering, and a broken SDP_DeveloperGuide filename link.

Confirmed today via a real A/B test on r26.1.0.BETA: a plain relative
markdown link to an .html file (e.g. 'doc/SDP_Guide.Unix.html') resolves
to Swarm's raw /files/ browser (ugly, unrendered HTML + P4 metadata), not
its rendered /view/ page. A site-root-relative link starting with
'/view/<depot-path>/...' (the same form Swarm's own docs use for image
references) renders correctly regardless of which page you clicked from.
Applied to all 7 HTML cross-reference links in this file, pointed at
'main' (permanent, matching the same 'point at main' philosophy as
install_sdp.sh's SDPURL/ThisScriptURL) rather than a specific release
stream, so these never need per-release updating either. Left PDF links
as plain relative paths -- Swarm doesn't render PDFs inline the same way,
and this wasn't reported as broken.

Also fixed a separate, real broken link found along the way:
'SDP_Developer_Guide.{pdf,html}' didn't match the actual generated
filenames, 'SDP_DeveloperGuide.{pdf,html}' (no underscore before Guide).
And fixed two lines missing their opening '(' before '[PDF]', a pre-existing
markdown formatting bug.

Agent: Claude Code, Model: Claude Sonnet 5 (claude-sonnet-5), operating as bot_Claude_Anthropic.
  • Files 1
  • Comments 0
1 edited 0 added 0 deleted
README.md#7
Loading...
Tip: Use n and p to cycle through the changes.