Skip to content

Commit 0d9e6c5

Browse files
authored
docs: use canonical redmine-cli.dev domain in READMEs (#122)
Update the AI Agent Integration guide link in all three READMEs (`README.md`, `README.ja.md`, `README.zh-CN.md`) from the old GitHub Pages URL to the canonical custom domain. - Old: `https://aarondpn.github.io/redmine-cli/guides/ai-agents/` - New: `https://redmine-cli.dev/guides/ai-agents/` The GitHub Pages `/redmine-cli/` base path is dropped since the custom domain serves from root (matches `site: 'https://redmine-cli.dev'` in `docs/astro.config.mjs`).
1 parent e9936db commit 0d9e6c5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ redmine-cli は [Agent Skill](https://agentskills.io)(35 以上のエージェ
112112

113113
skill は CLI の非自明な部分(出力形式、名前解決、ページネーション、一般的なワークフロー)をエージェントに教えます。MCP サーバーは同じ操作を型付きツールコールとして公開し、デフォルトは読み取り専用、グループ単位/ツール単位の allow / deny リストを備えます。
114114

115-
詳細な設定、ホスト別スニペット(Claude Desktop、Cursor、Zed、VS Code)、書き込みツールのゲートについては [AI エージェント連携ガイド](https://aarondpn.github.io/redmine-cli/guides/ai-agents/) を参照してください。
115+
詳細な設定、ホスト別スニペット(Claude Desktop、Cursor、Zed、VS Code)、書き込みツールのゲートについては [AI エージェント連携ガイド](https://redmine-cli.dev/guides/ai-agents/) を参照してください。
116116

117117
## 開発
118118

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ redmine-cli ships an [Agent Skill](https://agentskills.io) (the open `SKILL.md`
112112

113113
The skill teaches the agent the non-obvious parts of the CLI (output formats, name resolution, pagination, common workflows). The MCP server exposes the same operations as typed tool calls, read-only by default, with per-group / per-tool allow- and deny-lists.
114114

115-
Full configuration, host-specific snippets (Claude Desktop, Cursor, Zed, VS Code), and write-tool gating: see the [AI Agent Integration guide](https://aarondpn.github.io/redmine-cli/guides/ai-agents/).
115+
Full configuration, host-specific snippets (Claude Desktop, Cursor, Zed, VS Code), and write-tool gating: see the [AI Agent Integration guide](https://redmine-cli.dev/guides/ai-agents/).
116116

117117
## Development
118118

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ redmine-cli 同时附带 [Agent Skill](https://agentskills.io)(35 多个代理
112112

113113
skill 教代理掌握 CLI 中不显然的部分(输出格式、名称解析、分页、常见工作流)。MCP 服务器以类型化工具调用的形式暴露相同的操作,默认只读,并支持按 group / tool 的允许列表与拒绝列表。
114114

115-
完整配置、各宿主专属代码片段(Claude Desktop、Cursor、Zed、VS Code)以及写入工具的开关,请参阅 [AI 代理集成指南](https://aarondpn.github.io/redmine-cli/guides/ai-agents/)
115+
完整配置、各宿主专属代码片段(Claude Desktop、Cursor、Zed、VS Code)以及写入工具的开关,请参阅 [AI 代理集成指南](https://redmine-cli.dev/guides/ai-agents/)
116116

117117
## 开发
118118

0 commit comments

Comments
 (0)