Skip to content

Commit cadc405

Browse files
Merge pull request #240 from cimm/fix-thethingsmessage-doc-urls
Fix TheThingsMessage documentation links
2 parents dd65459 + edf1e67 commit cadc405

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We'd ❤️ to welcome your contribution. Please make sure your changes include:
44

55
1. Examples: [examples](examples)
6-
2. Syntax highlighting: [keywords.txt](../keywords.txt)
6+
2. Syntax highlighting: [keywords.txt](keywords.txt)
77
3. Documentation: [docs](docs)
88
4. Tests: [test](test)
99
5. Verification of the examples and tests: [.travis.yml](.travis.yml)

docs/TheThingsNetwork.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Returns `true` or `false` depending on whether the activation was successful.
115115
116116
Call the method with no arguments if the device's LoRa module comes with pre-flashed values.
117117
118-
See the [ABP](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/ABP/ABP.ino) example.
118+
See the [SendABP](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/SendABP/SendABP.ino) example.
119119
120120
## Method: `sendBytes`
121121
@@ -138,7 +138,7 @@ Returns a success or error code and logs the related error message:
138138
* `TTN_SUCCESSFUL_RECEIVE`: Successful transmission. Received \<N> bytes
139139
* `TTN_ERROR_UNEXPECTED_RESPONSE`: Unexpected response: \<Response>
140140

141-
See the [Send](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/Send/Send.ino) example.
141+
See the [SendOTAA](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/SendOTAA/SendOTAA.ino) example.
142142

143143
## Method: `poll`
144144

@@ -217,4 +217,3 @@ Returns the voltage in millivolt (mV) measured by the RN2xxx LoRa module. It's f
217217
```c
218218
uint16_t getVDD();
219219
```
220-

0 commit comments

Comments
 (0)