diff --git a/Daemon-docstring-formatting.md b/Daemon-docstring-formatting.md index 866a1dd..f2c6a0c 100644 --- a/Daemon-docstring-formatting.md +++ b/Daemon-docstring-formatting.md @@ -1,6 +1,6 @@ All the docstrings for the jsonrpc commands must adhere to this format so they can be parsed by the scripts which generate the documentation. The script is [here](https://github.com/lbryio/lbry/blob/master/scripts/gen_docs.py) if you want to make changes. -There are examples at the bottom if you learn best that way, or if you like copy-pasting. +There are [examples](#example-1) at the bottom if you learn best that way, or if you like copy-pasting. *Please note that the colons(:) are important.*