summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsudden6 <sudden6@users.noreply.github.com>2018-01-27 22:29:24 +0100
committerGitHub <noreply@github.com>2018-01-27 22:29:24 +0100
commitb9350bc459fee755c2e3bd566173860115bef640 (patch)
tree779758a40aff12bcb50eaf7199656c6e628b653e
parent9c03439ad09f6f23ca634685d5b0b9cac8b03a88 (diff)
Fix link in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13e1c408..4da86795 100644
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ We glossed over a lot of details, such as the user data which we passed to
167will work in the LAN, but not on an internet server) and the fact that we now 167will work in the LAN, but not on an internet server) and the fact that we now
168have no clean way of stopping the bot (`while (true)`). If you want to write a 168have no clean way of stopping the bot (`while (true)`). If you want to write a
169real bot, you will probably want to read up on all the API functions. Consult 169real bot, you will probably want to read up on all the API functions. Consult
170the API documentation in [toxcore/tox.h](tox.h) for more information. 170the API documentation in [toxcore/tox.h](toxcore/tox.h) for more information.
171 171
172### Other resources 172### Other resources
173 173