Skip to content

Commit be5677c

Browse files
zachcpnikomatsakis
authored andcommitted
docs: fix broken GitHub org references in src/**/*.rs files
Replace symposium-org and symposium-acp with symposium-dev in documentation links. - src/sacp-proxy/src/lib.rs: Fix org in examples directory links - src/sacp/src/lib.rs: Fix org in GitHub Pages and example links
1 parent dd8a213 commit be5677c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/sacp/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@
149149
//! ## Learning more
150150
//!
151151
//! You can learn more in the [docs for `JrConnection`](crate::JrConnection) or on our
152-
//! [GitHub Pages](https://github.com/symposium-acp/symposium-acp) site.
152+
//! [GitHub Pages](https://github.com/symposium-dev/symposium-acp) site.
153153
//!
154154
//! You may also enjoy looking at some of these examples:
155155
//!
156-
//! - **[`simple_agent.rs`](https://github.com/symposium-org/symposium-acp/blob/main/src/sacp/examples/simple_agent.rs)** - Minimal agent implementation
157-
//! - **[`yolo_one_shot_client.rs`](https://github.com/symposium-org/symposium-acp/blob/main/src/sacp/examples/yolo_one_shot_client.rs)** - Complete client that spawns an agent and sends a prompt
156+
//! - **[`simple_agent.rs`](https://github.com/symposium-dev/symposium-acp/blob/main/src/sacp/examples/simple_agent.rs)** - Minimal agent implementation
157+
//! - **[`yolo_one_shot_client.rs`](https://github.com/symposium-dev/symposium-acp/blob/main/src/sacp/examples/yolo_one_shot_client.rs)** - Complete client that spawns an agent and sends a prompt
158158
//! - **[`elizacp`](https://crates.io/crates/elizacp)** - Full working agent with session management (also useful for testing)
159159
//! - **[`sacp-conductor`](https://crates.io/crates/sacp-conductor)** - The "conductor" is an ACP agent that composes proxy components with a final agent.
160160
//!

0 commit comments

Comments
 (0)