diff -urP mkws/4.0.6/mkws/HOWTO mkws/4.0.7/mkws/HOWTO
--- mkws/4.0.6/mkws/HOWTO	Thu Nov 26 15:21:21 2020
+++ mkws/4.0.7/mkws/HOWTO	Wed Jan 13 20:37:24 2021
@@ -1,7 +1,7 @@
-# `mkws(1)` HowTos
+# `mkws` HowTos
 
 A collection of **How To**s for building sites with
-[`mkws(1)`](https://mkws.sh)
+[`mkws`](https://mkws.sh)
 
 ##  How To Add a Navigation Menu
 In order to add a navigation menu to your website, all you have to do
@@ -81,6 +81,6 @@
 to any of your `*.upphtml` files or create a new `*.upphtml` containing
 just the above code.
 
-Future versions of [`mkws(1)`](https://mkws.sh/) may allow rendering
+Future versions of [`mkws`](https://mkws.sh/) may allow rendering
 [Markdown](https://en.wikipedia.org/wiki/Markdown) directly from source,
 without creating an extra `*.upphtml` file.
diff -urP mkws/4.0.6/mkws/README mkws/4.0.7/mkws/README
--- mkws/4.0.6/mkws/README	Wed Jan 13 19:58:00 2021
+++ mkws/4.0.7/mkws/README	Wed Jan 13 20:37:24 2021
@@ -5,8 +5,8 @@
 
 ## Requirements
 
-We provide statically compiled binaries for [Linux](mkws@4.0.5.tgz)
-or [OpenBSD](mkws-openbsd@4.0.5.tgz). It can also run on
+We provide statically compiled binaries for [Linux](mkws@4.0.7.tgz)
+or [OpenBSD](mkws-openbsd@4.0.7.tgz). It can also run on
 [Windows](https://www.microsoft.com/windows) via the
 [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
 for other UNIX like operating systems, you
@@ -15,10 +15,10 @@
 ## Install `mkws`
 
 On a Linux machine, just download the archive from
-[https://mkws.sh/mkws@4.0.6.tgz](https://mkws.sh/mkws@4.0.6.tgz) or in
+[https://mkws.sh/mkws@4.0.7.tgz](https://mkws.sh/mkws@4.0.7.tgz) or in
 the terminal, assuming `wget` is installed, type:
 
-	wget -O - https://mkws.sh/mkws@4.0.6.tgz | tar -xzvf -
+	wget -O - https://mkws.sh/mkws@4.0.7.tgz | tar -xzvf -
 
 ## File Hierarchy