README.md: fix link

This commit is contained in:
Pragmatic Software 2020-02-13 18:48:02 -08:00
parent 1c2f1daef1
commit c8924e7552
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ For more information, see the [Modules documentation](doc/Modules.md).
Functions are commands that accept input, manipulate it and then output the result. They are extremely
useful with [piping](#piping) or [command substituting](#substitution).
For example, the `uri_escape` function demonstrated in the [Substitutions](#substitutions) section earlier
For example, the `uri_escape` function demonstrated in the [Substitution](#substitution) section earlier
makes text safe for use in a URL.
<pragma-> uri_escape thing's & words