Skip to content

Commit 236efcc

Browse files
committed
docs: use plain online docs URL
1 parent 731074e commit 236efcc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/create-rstack/template-common/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
This project uses Rstack CLI as its JS toolchain:
44

55
- Read the docs linked from `node_modules/rstack/docs/llms.txt` when needed
6-
- Online docs: [https://rstack.rs/llms.txt](https://rstack.rs/llms.txt)
6+
- Online docs: https://rstack.rs/llms.txt
77
- Run `rs -h` for CLI help

website/docs/en/guide/ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can also copy the following content into your own `AGENTS.md`:
2323
This project uses Rstack CLI as its JS toolchain:
2424

2525
- Read the docs linked from `node_modules/rstack/docs/llms.txt` when needed
26-
- Online docs: [https://rstack.rs/llms.txt](https://rstack.rs/llms.txt)
26+
- Online docs: https://rstack.rs/llms.txt
2727
- Run `rs -h` for CLI help
2828
```
2929

website/docs/zh/guide/ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { PackageManagerTabs } from '@rspress/core/theme';
2323
This project uses Rstack CLI as its JS toolchain:
2424

2525
- Read the docs linked from `node_modules/rstack/docs/llms.txt` when needed
26-
- Online docs: [https://rstack.rs/llms.txt](https://rstack.rs/llms.txt)
26+
- Online docs: https://rstack.rs/llms.txt
2727
- Run `rs -h` for CLI help
2828
```
2929

0 commit comments

Comments
 (0)