Fix links.

This commit is contained in:
Brad Nelson
2021-04-11 12:27:49 -07:00
parent f470cb5487
commit 0acfe0de9e

View File

@ -90,7 +90,7 @@ In popular cases a shorted higher level name is provided.
</p> </p>
<p> <p>
See <a href="https://github.com/flagxor/eforth/blob/main/ueforth/arduino/arduino.template.ino">arduino.template.ino</a>. See <a href="https://github.com/flagxor/eforth/blob/main/ueforth/esp32/template.ino">template.ino</a>.
</p> </p>
<h5>Allocation</h5> <h5>Allocation</h5>
@ -380,7 +380,7 @@ z" NETWORK-NAME" z" PASSWORD" webui
</pre> </pre>
<p> <p>
See <a href="https://github.com/flagxor/eforth/blob/main/ueforth/arduino/arduino_server.fs">arduino_server.fs</a>. See <a href="https://github.com/flagxor/eforth/blob/main/ueforth/esp32/web_interface.fs">web_interface.fs</a>.
</p> </p>
<h3 id="autoexec">Autoexec.fs</h3> <h3 id="autoexec">Autoexec.fs</h3>
@ -411,14 +411,14 @@ s" /spiffs/autoexec.fs" delete-file
</pre> </pre>
<p> <p>
See <a href="https://github.com/flagxor/eforth/blob/main/ueforth/arduino/autoboot.fs">autoboot.fs</a>. See <a href="https://github.com/flagxor/eforth/blob/main/ueforth/esp32/autoboot.fs">autoboot.fs</a>.
</p> </p>
<h3 id="adding_words">Adding Words</h3> <h3 id="adding_words">Adding Words</h3>
<p> <p>
Adding words based on C functions can be done by editing the source code. Adding words based on C functions can be done by editing the source code.
For ESP32forth <code>arduino.template.ino</code> is the appropriate place. For ESP32forth <code>template.ino</code> is the appropriate place.
</p> </p>
<p> <p>