README: Add missing target links

This commit is contained in:
Adrian Perez de Castro
2016-07-03 15:14:56 +03:00
parent ac867581d3
commit 68d6483df9

View File

@@ -65,10 +65,10 @@ api:send_text(response.room_id, "Hello!")
For the low-level `matrix.api`: For the low-level `matrix.api`:
* [examples/set-display-name.lua] * [examples/set-display-name.lua](./examples/set-display-name.lua)
For the high-level `matrix.client`: For the high-level `matrix.client`:
* [examples/get-user-info.lua] * [examples/get-user-info.lua](./examples/get-user-info.lua)
More examples can be found in the [examples] subdirectory. More examples can be found in the [examples](./examples) subdirectory.