Skip to content

Commit cc69c0d

Browse files
committed
docs(WebServer): move SKILLS to docs
1 parent e5ce0ad commit cc69c0d

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Docs/CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ fpb_cli.py --port /dev/ttyACM0 --elf firmware.elf --compile-commands build/compi
199199

200200
### Skills File
201201

202-
See [SKILLS.md](../Tools/WebServer/SKILLS.md) for detailed AI integration documentation including prompts and workflows.
202+
See [SKILLS.md](../Tools/WebServer/docs/SKILLS.md) for detailed AI integration documentation including prompts and workflows.
203203

204204
## Writing Patch Code
205205

Docs/WebServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ WebServer/
158158

159159
- [CLI Tool](CLI.md) - Command-line interface
160160
- [Architecture](Architecture.md) - Technical details
161-
- [SKILLS.md](../Tools/WebServer/SKILLS.md) - AI integration skills
161+
- [SKILLS.md](../Tools/WebServer/docs/SKILLS.md) - AI integration skills

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void inject_digitalWrite(uint8_t pin, uint8_t value) {
8888
- [CLI Tool Guide](Docs/CLI.md)
8989
- [WebServer Guide](Docs/WebServer.md)
9090
- [Architecture Details](Docs/Architecture.md)
91-
- [AI Skills](Tools/WebServer/SKILLS.md)
91+
- [AI Skills](Tools/WebServer/docs/SKILLS.md)
9292
9393
## Project Structure
9494
File renamed without changes.

0 commit comments

Comments
 (0)