README: use explicit relative paths (./doc/) for Gitea compatibility
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
55f613c492
commit
c85a0f4c10
14
README.md
14
README.md
|
|
@ -249,13 +249,13 @@ The deployment script (`esp32_deploy.py`) can use these stable symlinks when `--
|
|||
|
||||
## Documentation
|
||||
|
||||
- [Quick Start Guide](doc/QUICK_START.md)
|
||||
- [Quick Reference](doc/QUICK_REFERENCE.md)
|
||||
- [SD Card Wiring](doc/SD_CARD_WIRING.md) - Hardware, file transfer, beacon discovery
|
||||
- [Telemetry Capture](doc/TELEMETRY_CAPTURE.md) - Enable and capture fiwi-telemetry
|
||||
- [Deployment Guide](doc/DEPLOYMENT_GUIDE.md)
|
||||
- [Mass Deployment](doc/MASS_DEPLOY.md)
|
||||
- [GDB Debugging Guide (ESP32-C5)](doc/ESP32-C5_GDB_Debugging_Guide.md)
|
||||
- [Quick Start Guide](./doc/QUICK_START.md)
|
||||
- [Quick Reference](./doc/QUICK_REFERENCE.md)
|
||||
- [SD Card Wiring](./doc/SD_CARD_WIRING.md) - Hardware, file transfer, beacon discovery
|
||||
- [Telemetry Capture](./doc/TELEMETRY_CAPTURE.md) - Enable and capture fiwi-telemetry
|
||||
- [Deployment Guide](./doc/DEPLOYMENT_GUIDE.md)
|
||||
- [Mass Deployment](./doc/MASS_DEPLOY.md)
|
||||
- [GDB Debugging Guide (ESP32-C5)](./doc/ESP32-C5_GDB_Debugging_Guide.md)
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue