Skip to content

Commit 2c1cbbf

Browse files
committed
Update links
1 parent 8c8e264 commit 2c1cbbf

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/10_accepted_protocol_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ body:
1515
THEY WILL BE AUTO-CLOSED AND MAY RESULT IN YOU BEING BANNED FROM THE ZED ISSUE TRACKER.
1616
1717
PROPOSALS TO ADD ADDITIONAL CAPABILITIES / CHANGE EXISTING ONES SHOULD BE PROPOSED IN DISCUSSIONS FIRST:
18-
https://github.com/agentclientprotocol/agent-client-protocol/discussions/categories/protocol-suggestions
18+
https://github.com/agentclientprotocol/rust-sdk/discussions/categories/protocol-suggestions
1919
validations:
2020
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
blank_issues_enabled: false
33
contact_links:
44
- name: Propose Protocol Changes
5-
url: https://github.com/agentclientprotocol/agent-client-protocol/discussions/categories/protocol-suggestions
5+
url: https://github.com/agentclientprotocol/rust-sdk/discussions/categories/protocol-suggestions
66
about: Propose additions or changes to the protocol

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ version = "0.4.7"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"
8-
repository = "https://github.com/agentclientprotocol/agent-client-protocol"
9-
homepage = "https://github.com/agentclientprotocol/agent-client-protocol"
8+
repository = "https://github.com/agentclientprotocol/rust-sdk"
9+
homepage = "https://github.com/agentclientprotocol/rust-sdk"
1010
documentation = "https://docs.rs/agent-client-protocol"
1111
readme = "README.md"
1212
keywords = ["agent", "client", "protocol", "ai", "editor"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ ACP is a protocol intended for broad adoption across the ecosystem; we follow a
5151

5252
### Pull Requests
5353

54-
Pull requests should intend to close [an existing issue](https://github.com/agentclientprotocol/agent-client-protocol/issues).
54+
Pull requests should intend to close [an existing issue](https://github.com/agentclientprotocol/rust-sdk/issues).
5555

5656
### Issues
5757

58-
- **Bug Reports**: If you notice a bug in the protocol, please file [an issue](https://github.com/agentclientprotocol/agent-client-protocol/issues/new?template=05_bug_report.yml) and we will be in touch.
59-
- **Protocol Suggestions**: If you'd like to propose additions or changes to the protocol, please start a [discussion](https://github.com/agentclientprotocol/agent-client-protocol/discussions/categories/protocol-suggestions) first. We want to make sure proposed suggestions align well with the project. If accepted, we can have a conversation around the implementation of these changes. Once that is complete, we will create an issue for pull requests to target.
58+
- **Bug Reports**: If you notice a bug in the protocol, please file [an issue](https://github.com/agentclientprotocol/rust-sdk/issues/new?template=05_bug_report.yml) and we will be in touch.
59+
- **Protocol Suggestions**: If you'd like to propose additions or changes to the protocol, please start a [discussion](https://github.com/agentclientprotocol/rust-sdk/discussions/categories/protocol-suggestions) first. We want to make sure proposed suggestions align well with the project. If accepted, we can have a conversation around the implementation of these changes. Once that is complete, we will create an issue for pull requests to target.
6060

6161
### License
6262

0 commit comments

Comments
 (0)