mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 19:29:52 +00:00
[docs] fix diag README link (#4064)
This commit is contained in:
@@ -151,4 +151,4 @@ Start transmiting messages with specified interval.
|
||||
### diag transmit carrier
|
||||
Start transmitting continuous carrier wave.
|
||||
|
||||
[DIAG]: ./../../../src/diag/README.md
|
||||
[DIAG]: ./../../../src/core/diags/README.md
|
||||
|
||||
@@ -349,7 +349,7 @@ nRF52811 supports [OpenThread Diagnostics Module][DIAG], with some additional fe
|
||||
|
||||
For more information, see [nRF Diag command reference][nRFDIAG].
|
||||
|
||||
[DIAG]: ./../../../src/diag/README.md
|
||||
[DIAG]: ./../../../src/core/diags/README.md
|
||||
[nRFDIAG]: DIAG.md
|
||||
|
||||
## Radio driver documentation
|
||||
|
||||
@@ -151,4 +151,4 @@ Start transmiting messages with specified interval.
|
||||
### diag transmit carrier
|
||||
Start transmitting continuous carrier wave.
|
||||
|
||||
[DIAG]: ./../../../src/diag/README.md
|
||||
[DIAG]: ./../../../src/core/diags/README.md
|
||||
|
||||
@@ -379,7 +379,7 @@ nRF52840 port extends [OpenThread Diagnostics Module][DIAG].
|
||||
|
||||
You can read about all the features [here][nRFDIAG].
|
||||
|
||||
[DIAG]: ./../../../src/diag/README.md
|
||||
[DIAG]: ./../../../src/core/diags/README.md
|
||||
[nRFDIAG]: DIAG.md
|
||||
|
||||
## Radio driver documentation
|
||||
|
||||
+2
-2
@@ -1501,7 +1501,7 @@ Done
|
||||
### diag
|
||||
|
||||
Factory Diagnostics module is enabled only when building OpenThread with `OPENTHREAD_CONFIG_DIAG_ENABLE=1` option.
|
||||
Go [diagnostics module][1] for more information.
|
||||
Go [diagnostics module][DIAG] for more information.
|
||||
|
||||
### service
|
||||
|
||||
@@ -1534,4 +1534,4 @@ Remove service from Network Data.
|
||||
Done
|
||||
```
|
||||
|
||||
[1]:../diag/README.md
|
||||
[DIAG]:../../src/core/diags/README.md
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ Test
|
||||
----
|
||||
|
||||
**NOTE** Assuming the build system is 64bit Linux, you can use the normal OpenThread CLI as described in the [command line document](../../src/cli/README.md).
|
||||
You can also perform radio diagnostics using the command [diag](../../src/diag/README.md).
|
||||
You can also perform radio diagnostics using the command [diag](../../src/core/diags/README.md).
|
||||
|
||||
### With Simulation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user