Fix documentation links: convert inline doc references to proper markdown links
This commit is contained in:
parent
a34cafc034
commit
21439cab8d
|
|
@ -135,7 +135,7 @@ iperf status
|
|||
- `monitor channel <channel>` - Set monitor channel
|
||||
- `monitor status` - Show monitor status
|
||||
|
||||
For detailed command documentation, see `doc/QUICK_REFERENCE.md`.
|
||||
For detailed command documentation, see [Quick Reference](doc/QUICK_REFERENCE.md).
|
||||
|
||||
## Mass Deployment
|
||||
|
||||
|
|
@ -153,7 +153,7 @@ python3 esp32_deploy.py \
|
|||
--iperf-port 5001
|
||||
```
|
||||
|
||||
See `doc/DEPLOYMENT_GUIDE.md` for complete deployment instructions.
|
||||
See [Deployment Guide](doc/DEPLOYMENT_GUIDE.md) for complete deployment instructions.
|
||||
|
||||
### USB Port Mapping (`gen_udev_rules.py`)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue