diff --git a/docs/_includes/nav.md b/docs/_includes/nav.md
index e67f1163..50cd3e7f 100644
--- a/docs/_includes/nav.md
+++ b/docs/_includes/nav.md
@@ -25,7 +25,6 @@
- [Colour Codes]({{ site.baseurl }}{% link configuration/colour-codes.md %})
- [Access Condition System (ACS)]({{ site.baseurl }}{% link configuration/acs.md %})
- [Event Scheduler]({{ site.baseurl }}{% link configuration/event-scheduler.md %})
- - Scheduled jobs
- File Base
- [About]({{ site.baseurl }}{% link filebase/index.md %})
diff --git a/docs/configuration/archivers.md b/docs/configuration/archivers.md
index 3d3f952a..fb9cb7c1 100644
--- a/docs/configuration/archivers.md
+++ b/docs/configuration/archivers.md
@@ -13,27 +13,27 @@ The following archivers are pre-configured in ENiGMA½ as of this writing. Remem
#### ZZip
* Formats: .7z, .bzip2, .zip, .gzip/.gz, and more
* Key: `7Zip`
-* Homepage/package: [7-zip.org](http://www.7-zip.org/). Generally obtained from a `p7zip` package in *nix environments. See http://p7zip.sourceforge.net/ for details.
+* Homepage/package: [7-zip.org](http://www.7-zip.org/). Generally obtained from a `p7zip` package in UNIX-like environments. See http://p7zip.sourceforge.net/ for details.
#### Lha
* Formats: LHA files such as .lzh.
* Key: `Lha`
-* Homepage/package: `lhasa` on most *nix environments. See also https://fragglet.github.io/lhasa/ and http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm
+* Homepage/package: `lhasa` on most UNIX-like environments. See also https://fragglet.github.io/lhasa/ and http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm
#### Lzx
* Formats: Amiga LZX
* Key: `Lzx`
-* Homepage/package: `unlzx` under most *nix platforms ([Debian/Ubuntu](https://launchpad.net/~rzr/+archive/ubuntu/ppa/+build/2486127), [RedHat](https://fedora.pkgs.org/28/rpm-sphere/unlzx-1.1-4.1.x86_64.rpm.html), [Source](http://xavprods.free.fr/lzx/))
+* Homepage/package: `unlzx` under most UNIX-like platforms ([Debian/Ubuntu](https://launchpad.net/~rzr/+archive/ubuntu/ppa/+build/2486127), [RedHat](https://fedora.pkgs.org/28/rpm-sphere/unlzx-1.1-4.1.x86_64.rpm.html), [Source](http://xavprods.free.fr/lzx/))
#### Arj
* Formats: .arj
* Key: `Arj`
-* Homepage/package: `arj` on most *nix environments.
+* Homepage/package: `arj` on most UNIX-like environments.
#### Rar
* Formats: .Rar
* Key: `Rar`
-* Homepage/package: `unrar` on most *nix environments. See also https://blog.hostonnet.com/unrar
+* Homepage/package: `unrar` on most UNIX-like environments. See also https://blog.hostonnet.com/unrar
### Archiver Configuration
Archiver entries in `config.hjson` are mostly self explanatory with the exception of `list` commands that require some additional information. The `args` member for an entry is an array of arguments to pass to `cmd`. Some variables are available to `args` that will be expanded by the system:
diff --git a/docs/messageareas/bso-import-export.md b/docs/messageareas/bso-import-export.md
index 6c69d41a..440b85ac 100644
--- a/docs/messageareas/bso-import-export.md
+++ b/docs/messageareas/bso-import-export.md
@@ -65,7 +65,7 @@ A node entry starts with a [FTN address](http://ftsc.org/docs/old/fsp-1028.001)
| `packetType` | :-1: | `2`, `2.2`, or `2+`. Defaults to `2+` for modern mailer compatiability. |
| `packetPassword` | :-1: | Optional password for the packet |
| `encoding` | :-1: | Encoding to use for message bodies; Defaults to `utf-8`. |
-| `archiveType` | :-1: | Specifies the archive type (by extension) for ArcMail bundles. This should be `zip` for most setups. Other valid examples include `arc`, `arj`, `lhz`, `pak`, `sqz`, or `zoo`. See docs on archiver configuration for more information. |
+| `archiveType` | :-1: | Specifies the archive type (by extension) for ArcMail bundles. This should be `zip` for most setups. Other valid examples include `arc`, `arj`, `lhz`, `pak`, `sqz`, or `zoo`. See [Archivers](/docs/configuration/archivers.md) for more information. |
**Example**:
```hjson