diff options
author | yenatch <yenatch@gmail.com> | 2017-12-24 21:27:20 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-12-24 21:27:20 -0500 |
commit | c95b67dd71e8e090c8891dfff1eda9476800dc48 (patch) | |
tree | b8d10e73d5392de79cb1811a9af045ca6dfd8080 /docs/text_commands.md | |
parent | 6a292161a6747e9f9ed3eef17c2b6670242872b2 (diff) |
fix markdown reference links
Diffstat (limited to 'docs/text_commands.md')
-rw-r--r-- | docs/text_commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/text_commands.md b/docs/text_commands.md index cf3a53327..b198d405d 100644 --- a/docs/text_commands.md +++ b/docs/text_commands.md @@ -50,7 +50,7 @@ Write text from a RAM address. ## `$02`: `text_bcd` *address*, *flags* -Write [BCD](bcd) from an address, typically RAM. +Write [BCD][bcd] from an address, typically RAM. [bcd]: https://en.wikipedia.org/wiki/Binary-coded_decimal |