Rename eforth to ueforth.

This commit is contained in:
Brad Nelson
2022-02-27 21:06:24 -08:00
parent fb47179999
commit 0bc9be1e19
5 changed files with 14 additions and 14 deletions

View File

@ -50,7 +50,7 @@ interprets or compiles it (reusing <code>PARSE</code>,
</p>
<p>
See <a href="https://github.com/flagxor/eforth/blob/main/common/core.h">core.h</a>.
See <a href="https://github.com/flagxor/ueforth/blob/main/common/core.h">core.h</a>.
</p>
<p>
@ -98,7 +98,7 @@ additional non-essential extra opcodes were added in place of high-level
words.</b></p>
<p>
See <a href="https://github.com/flagxor/eforth/blob/main/common/opcodes.h">opcodes.h</a>.
See <a href="https://github.com/flagxor/ueforth/blob/main/common/opcodes.h">opcodes.h</a>.
</p>
<p>