diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:15:18 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:15:18 +0000 |
commit | 2c2367d45ca8bd24398543ddf338568aefc40cf1 (patch) | |
tree | 9005d3072f114e9bd91c2db5597044f4a6b8385c /README.html | |
parent | 6a0cf3b57a51d5f3c60bd1bcc53619dce9cf0355 (diff) | |
download | em-2c2367d45ca8bd24398543ddf338568aefc40cf1.tar.gz |
Fix references in README
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.html b/README.html index efcee0b..c4c8e9f 100644 --- a/README.html +++ b/README.html @@ -19,9 +19,9 @@ Em also values consistency and predictability. As such, the syntax is rather strict. This makes it a bit harder to learn, but much more predictable. </p> <p> -Em's complete and exact syntax is defined by its implementation [<a href="../tree/README">1</a>], but a +Em's complete and exact syntax is defined by its implementation [<a href="../tree/emparse">1</a>], but a general description follows below. For longer examples, see the source -code for this text [<a href="../tree/test.em">2</a>] or the test file [<a href="../tree/emparse">3</a>]. +code for this text [<a href="../tree/README">2</a>] or the test file [<a href="../tree/test.em">3</a>]. </p> <p> Em is implemented in portable awk, with an rc script to bind it together. @@ -212,8 +212,8 @@ This is another paragraph. <hr/> <h2>References</h2> <ol class="reflist"> -<li value="1" id="ref1"><a href="../tree/README">../tree/README</a> -</li><li value="2" id="ref2"><a href="../tree/test.em">../tree/test.em</a> -</li><li value="3" id="ref3"><a href="../tree/emparse">../tree/emparse</a> +<li value="1" id="ref1"><a href="../tree/emparse">../tree/emparse</a> +</li><li value="2" id="ref2"><a href="../tree/README">../tree/README</a> +</li><li value="3" id="ref3"><a href="../tree/test.em">../tree/test.em</a> </li> </ol> |