Skip to content

Commit 2769823

Browse files
nficanoclaude
andcommitted
docs: fix README links to canonical repo and API reference
The CI badge pointed at the old nficano/arpc monorepo path; updated to agentruntimecontrolprotocol/java-sdk so the live build status renders. The header-nav "API reference" link duplicated "Guides" (both pointed at docs/); pointed it at docs/modules/arcp.md and expanded the body link to also surface docs/modules/ and docs/guides/. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0112384 commit 2769823

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://central.sonatype.com/artifact/dev.arcp/arcp"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/dev.arcp/arcp.svg"></a>
7-
<a href="https://github.com/nficano/arpc/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/nficano/arpc/actions/workflows/ci.yml/badge.svg"></a>
7+
<a href="https://github.com/agentruntimecontrolprotocol/java-sdk/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/agentruntimecontrolprotocol/java-sdk/actions/workflows/ci.yml/badge.svg"></a>
88
<a href="https://github.com/agentruntimecontrolprotocol/spec/blob/main/docs/draft-arcp-1.1.md"><img alt="ARCP" src="https://img.shields.io/badge/ARCP-v1.1%20draft-blue"></a>
99
<a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-Apache--2.0-lightgrey"></a>
1010
</p>
@@ -15,7 +15,7 @@
1515
<a href="#installation">Install</a> ·
1616
<a href="#quick-start">Quick start</a> ·
1717
<a href="docs/">Guides</a> ·
18-
<a href="docs/">API reference</a>
18+
<a href="docs/modules/arcp.md">API reference</a>
1919
</p>
2020

2121
---
@@ -358,7 +358,7 @@ ARCP is transport-agnostic. This SDK ships a WebSocket transport (default, JDK `
358358

359359
## API reference
360360

361-
Full API reference — every type, method, and event payload — is in [`docs/`](docs/).
361+
Full API reference — every type, method, and event payload — is in [`docs/`](docs/), with per-module pages under [`docs/modules/`](docs/modules/) and topic guides under [`docs/guides/`](docs/guides/).
362362

363363
## Versioning and compatibility
364364

0 commit comments

Comments
 (0)