Again with fixing broken links

Don't try to work an hour after bedtime....
This commit is contained in:
apt105 2021-05-17 23:21:20 +01:00
parent d52e232340
commit 702c82d76e
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ FIXME - explain this more, talk about how useful for users and security domains.
## On device API
For information on the related on-device API see [here](/doc/developers/device/device-api).
For information on the related on-device API see [here](/docs/developers/device/device-api).
## MQTT transport

View file

@ -7,9 +7,9 @@ sidebar_label: Software Design
This is a mini design doc for developing the meshtastic software.
- [Build instructions](build-instructions.md)
- [On device plugin API](/doc/developers/device/plugin-api) - a tutorial on how to write small Plugins which run on the device and can message other nodes.
- [On device plugin API](/docs/developers/device/plugin-api) - a tutorial on how to write small Plugins which run on the device and can message other nodes.
- Our [project board](https://github.com/orgs/meshtastic/projects/1) - shows what things we are currently working on and remaining work items for the current release.
- [Power Management](power.md)
- [Mesh algorithm](/doc/developers/device/mesh-alg)
- [External client API](/doc/developers/device/device-api) and porting guide for new clients (iOS, python, etc...)
- [Mesh algorithm](/docs/developers/device/mesh-alg)
- [External client API](/docs/developers/device/device-api) and porting guide for new clients (iOS, python, etc...)
- TODO: how to port the device code to a new device.