From edf1e6703bc5efb51f57b94b1db3ea64142ed5f6 Mon Sep 17 00:00:00 2001 From: Simon Schoeters Date: Thu, 19 Jul 2018 17:08:03 +0200 Subject: [PATCH] Revert relative paths in documentation --- docs/TheThingsNetwork.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/TheThingsNetwork.md b/docs/TheThingsNetwork.md index a0309df6..94130b80 100644 --- a/docs/TheThingsNetwork.md +++ b/docs/TheThingsNetwork.md @@ -64,7 +64,7 @@ RX Delay 1: 1000 RX Delay 2: 2000 ``` -See the [DeviceInfo](../examples/DeviceInfo/DeviceInfo.ino) example. +See the [DeviceInfo](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/DeviceInfo/DeviceInfo.ino) example. ## Method: `onMessage` @@ -78,7 +78,7 @@ void onMessage(void (*cb)(const byte* payload, size_t length, port_t port)); - `size_t length`: Number of bytes. - `port_t port`: The port addressed. -See the [Receive](../examples/Receive/Receive.ino) example. +See the [Receive](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/Receive/Receive.ino) example. ## Method: `join` @@ -115,7 +115,7 @@ Returns `true` or `false` depending on whether the activation was successful. Call the method with no arguments if the device's LoRa module comes with pre-flashed values. -See the [SendABP](../examples/SendABP/SendABP.ino) example. +See the [SendABP](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/SendABP/SendABP.ino) example. ## Method: `sendBytes` @@ -138,7 +138,7 @@ Returns a success or error code and logs the related error message: * `TTN_SUCCESSFUL_RECEIVE`: Successful transmission. Received \ bytes * `TTN_ERROR_UNEXPECTED_RESPONSE`: Unexpected response: \ -See the [SendOTAA](../examples/SendOTAA/SendOTAA.ino) example. +See the [SendOTAA](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/SendOTAA/SendOTAA.ino) example. ## Method: `poll` @@ -153,7 +153,7 @@ int8_t poll(port_t port = 1, bool confirm = false); Returns the result of `sendBytes()`. -See the [Receive](../examples/Receive/Receive.ino) example. +See the [Receive](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/Receive/Receive.ino) example. ## Method: `provision`