Skip to content

Commit 7341efc

Browse files
hold-baby袁昌瑞
andauthored
fix(docs): correct README URLs missing /docs/ prefix (#409)
## Summary - Fixed 7 URLs in README.md that were missing the `/docs/` prefix - `/api`, `/cli`, `/mcp`, `/llm` → `/docs/api`, `/docs/cli`, `/docs/mcp`, `/docs/llm` - Pages under `docs/en/docs/` resolve to `/docs/...` per the `rewriteMarkdownPath` routing logic, but README linked without the prefix Co-authored-by: 袁昌瑞 <changrui.yuan@longbridge-inc.com>
1 parent 5918efb commit 7341efc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Longbridge Developers is the official developer platform for Longbridge — prov
3838
| Method | Best for |
3939
| ------------------------------------------------------- | ---------------------------------------------------- |
4040
| [SDK](https://open.longbridge.com/sdk) | Python, Rust, Node.js, Go, Java, C++ apps |
41-
| [HTTP / WebSocket API](https://open.longbridge.com/api) | Any language, custom integrations |
42-
| [CLI](https://open.longbridge.com/cli) (`longbridge`) | Terminal workflows, scripting, AI tool-calling |
43-
| [MCP](https://open.longbridge.com/mcp) | AI coding assistants (Cursor, Claude, ChatGPT, etc.) |
41+
| [HTTP / WebSocket API](https://open.longbridge.com/docs/api) | Any language, custom integrations |
42+
| [CLI](https://open.longbridge.com/docs/cli) (`longbridge`) | Terminal workflows, scripting, AI tool-calling |
43+
| [MCP](https://open.longbridge.com/docs/mcp) | AI coding assistants (Cursor, Claude, ChatGPT, etc.) |
4444
| [Skill](https://open.longbridge.com/skill) | Give any AI direct knowledge of Longbridge APIs |
4545

4646
## Quick start
@@ -98,11 +98,11 @@ npx skills add longbridge/developers -g -y
9898
## Documentation
9999

100100
- **Getting Started**https://open.longbridge.com/docs/getting-started
101-
- **API Reference**https://open.longbridge.com/api
101+
- **API Reference**https://open.longbridge.com/docs/api
102102
- **SDK Reference**https://open.longbridge.com/sdk
103-
- **CLI Reference**https://open.longbridge.com/cli
104-
- **MCP Setup**https://open.longbridge.com/mcp
105-
- **LLM / AI Integration**https://open.longbridge.com/llm
103+
- **CLI Reference**https://open.longbridge.com/docs/cli
104+
- **MCP Setup**https://open.longbridge.com/docs/mcp
105+
- **LLM / AI Integration**https://open.longbridge.com/docs/llm
106106
- **Changelog**https://open.longbridge.com/docs/changelog
107107

108108
## LLM-friendly docs

0 commit comments

Comments
 (0)