Fix documentation links: convert inline doc references to proper markdown links
This commit is contained in:
parent
2118556fbd
commit
0e514cbbda
|
|
@ -135,7 +135,7 @@ iperf status
|
||||||
- `monitor channel <channel>` - Set monitor channel
|
- `monitor channel <channel>` - Set monitor channel
|
||||||
- `monitor status` - Show monitor status
|
- `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
|
## Mass Deployment
|
||||||
|
|
||||||
|
|
@ -153,7 +153,7 @@ python3 esp32_deploy.py \
|
||||||
--iperf-port 5001
|
--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`)
|
### USB Port Mapping (`gen_udev_rules.py`)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue