diff --git a/site/ESP32forth.html b/site/ESP32forth.html index 1792374..13bac39 100644 --- a/site/ESP32forth.html +++ b/site/ESP32forth.html @@ -49,7 +49,7 @@ limitations under the License. - Prior Releases
-http://github.com/flagxor/eforth +http://github.com/flagxor/ueforth - Complete Unprocessed Source Code
@@ -330,7 +330,7 @@ In popular cases a shorted higher level name is provided.-See template.ino. +See template.ino.
-See web_interface.fs. +See web_interface.fs.
-See autoboot.fs. +See autoboot.fs.
-See calling.h. +See calling.h.
diff --git a/site/internals.html b/site/internals.html index 4194820..03236f7 100644 --- a/site/internals.html +++ b/site/internals.html @@ -50,7 +50,7 @@ interprets or compiles it (reusingPARSE,
@@ -98,7 +98,7 @@ additional non-essential extra opcodes were added in place of high-level words.
-See opcodes.h. +See opcodes.h.
diff --git a/site/linux.html b/site/linux.html index 2f24193..bc272b6 100644 --- a/site/linux.html +++ b/site/linux.html @@ -48,7 +48,7 @@ limitations under the License. - Prior Releases
-http://github.com/flagxor/eforth +http://github.com/flagxor/ueforth - Complete Unprocessed Source Code
@@ -76,7 +76,7 @@ DLSYM ( module name-z -- fn )-See posix_main.c. +See posix_main.c.
@@ -87,8 +87,8 @@ Native functions all called with CALL(n) (see Windows & Linux Calling below)
Various Linux calls including Xlib are imported in
-posix.fs and
-xlib.fs.
+posix.fs and
+xlib.fs.
In addition, TYPE and KEY are connected to
stdin and stdout.
-http://github.com/flagxor/eforth +http://github.com/flagxor/ueforth - Complete Unprocessed Source Code
@@ -84,7 +84,7 @@ including MSVCRT.-See windows_main.c. +See windows_main.c.
@@ -95,7 +95,7 @@ Native functions all called with CALL(n) (see Windows & Linux Calling below)
Various Win32 calls are imported in
-windows.fs.
+windows.fs.
In addition, a terminal that responds to ANSI escape codes is created and connected to
TYPE and KEY.