Skip to content

Commit d0dea78

Browse files
nficanoclaude
andcommitted
Normalize cross-repo links to absolute GitHub URLs
Each SDK is its own GitHub repository, so relative paths like ../spec/docs/draft-arcp-1.1.md don't resolve when the README is viewed on github.com. Switching to absolute spec URLs makes the links work in both the GitHub UI and any rendered docs surface. A few stale references to removed files (RFC-0001-v2.md, PLAN.md) and snake_case sample dirs are tidied along the way. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a43ac02 commit d0dea78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# arcp
22

33
Ruby SDK for ARCP v1. The wire protocol is specified in
4-
[../spec/docs/draft-arcp-1.1.md](../spec/docs/draft-arcp-1.1.md). This
4+
[the ARCP spec](https://github.com/agentruntimecontrolprotocol/spec/blob/main/docs/draft-arcp-1.1.md). This
55
gem implements the full v1 envelope, session handshake, job lifecycle,
66
event stream, leases, and error model.
77

0 commit comments

Comments
 (0)