README: use absolute Gitea blob URLs for documentation links

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Robert McMahon 2026-02-07 21:54:16 -08:00
parent c85a0f4c10
commit 6d1dfe4da6
1 changed files with 7 additions and 7 deletions

View File

@ -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](https://git.umbernetworks.com/Umber/ESP32/src/branch/master/doc/QUICK_START.md)
- [Quick Reference](https://git.umbernetworks.com/Umber/ESP32/src/branch/master/doc/QUICK_REFERENCE.md)
- [SD Card Wiring](https://git.umbernetworks.com/Umber/ESP32/src/branch/master/doc/SD_CARD_WIRING.md) - Hardware, file transfer, beacon discovery
- [Telemetry Capture](https://git.umbernetworks.com/Umber/ESP32/src/branch/master/doc/TELEMETRY_CAPTURE.md) - Enable and capture fiwi-telemetry
- [Deployment Guide](https://git.umbernetworks.com/Umber/ESP32/src/branch/master/doc/DEPLOYMENT_GUIDE.md)
- [Mass Deployment](https://git.umbernetworks.com/Umber/ESP32/src/branch/master/doc/MASS_DEPLOY.md)
- [GDB Debugging Guide (ESP32-C5)](https://git.umbernetworks.com/Umber/ESP32/src/branch/master/doc/ESP32-C5_GDB_Debugging_Guide.md)
## License