From 0acfe0de9e71487dcdb8bd67bffef229677c26c8 Mon Sep 17 00:00:00 2001
From: Brad Nelson
Date: Sun, 11 Apr 2021 12:27:49 -0700
Subject: [PATCH] Fix links.
---
ueforth/site/ESP32forth.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ueforth/site/ESP32forth.html b/ueforth/site/ESP32forth.html
index 825c42c..06e5217 100644
--- a/ueforth/site/ESP32forth.html
+++ b/ueforth/site/ESP32forth.html
@@ -90,7 +90,7 @@ In popular cases a shorted higher level name is provided.
-See arduino.template.ino.
+See template.ino.
Allocation
@@ -380,7 +380,7 @@ z" NETWORK-NAME" z" PASSWORD" webui
-See arduino_server.fs.
+See web_interface.fs.
Autoexec.fs
@@ -411,14 +411,14 @@ s" /spiffs/autoexec.fs" delete-file
-See autoboot.fs.
+See autoboot.fs.
Adding Words
Adding words based on C functions can be done by editing the source code.
-For ESP32forth arduino.template.ino is the appropriate place.
+For ESP32forth template.ino is the appropriate place.