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

@ -49,7 +49,7 @@ limitations under the License.
- Prior Releases
</p>
<p>
<a href="https://github.com/flagxor/eforth" target="_blank">http://github.com/flagxor/eforth</a>
<a href="https://github.com/flagxor/ueforth" target="_blank">http://github.com/flagxor/ueforth</a>
- Complete Unprocessed Source Code
</p>
@ -330,7 +330,7 @@ In popular cases a shorted higher level name is provided.
</p>
<p>
See <a href="https://github.com/flagxor/eforth/blob/main/esp32/template.ino">template.ino</a>.
See <a href="https://github.com/flagxor/ueforth/blob/main/esp32/template.ino">template.ino</a>.
</p>
<h5>Allocation</h5>
@ -876,7 +876,7 @@ z" NETWORK-NAME" z" PASSWORD" webui
</pre>
<p>
See <a href="https://github.com/flagxor/eforth/blob/main/esp32/web_interface.fs">web_interface.fs</a>.
See <a href="https://github.com/flagxor/ueforth/blob/main/esp32/web_interface.fs">web_interface.fs</a>.
</p>
<h3 id="autoexec">Autoexec.fs</h3>
@ -912,7 +912,7 @@ s" /spiffs/autoexec.fs" delete-file
</pre>
<p>
See <a href="https://github.com/flagxor/eforth/blob/main/esp32/autoboot.fs">autoboot.fs</a>.
See <a href="https://github.com/flagxor/ueforth/blob/main/esp32/autoboot.fs">autoboot.fs</a>.
</p>
<h3 id="adding_words">Adding Words</h3>