Skip to content

Commit 2fa345b

Browse files
committed
Fix links to test specifications
1 parent fc29aef commit 2fa345b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Thanks to `bbt`, the test specification can also work as documentation of the
7171
features available in the server and the client. You can see:
7272

7373
* Client tests for [plain CoAP](client/tests/coap_client_tests.md) and
74-
[CoAP over DTLS](`client/tests/coaps_client_tests.md`)
75-
* Server tests for [plain CoAP](`server/tests/coap_server_tests.md`) and
76-
[CoAP over DTLS](`server/tests/coaps_server_tests.md`)
74+
[CoAP over DTLS](client/tests/coaps_client_tests.md)
75+
* Server tests for [plain CoAP](server/tests/coap_server_tests.md) and
76+
[CoAP over DTLS](server/tests/coaps_server_tests.md)
7777

7878
There are also some unit tests for the library. To run them, enter the `tests/`
7979
directory and run them using Alire:

0 commit comments

Comments
 (0)