fixed additional links

This commit is contained in:
gijsio
2020-09-18 12:19:56 +02:00
parent a6f7b52e44
commit 069fffb444
5 changed files with 10 additions and 12 deletions

View File

@@ -239,7 +239,7 @@ Enable the Mesh network. Only after Mesh enabling the `lora.cli()` and `socket`
### lora.cli()
Send OpenThread CLI commands, the list is [here](https://github.com/openthread/openthread/blob/master/src/cli/README). The output is multiline string, having as line-endings the `\r\n`.
Send OpenThread CLI commands, the list is [here](https://github.com/openthread/openthread/tree/master/src/cli/). The output is multiline string, having as line-endings the `\r\n`.
```bash
>>> print(lora.cli("ipaddr"))