[docs] fix diag README link (#4064)

This commit is contained in:
Mirek
2019-08-06 09:07:43 -07:00
committed by Jonathan Hui
parent 116f9cbdbc
commit 70a9046f79
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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