From 6221e694f4b0d194738c6222940ed569fe29a1ce Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 22 Nov 2020 13:44:05 -0700 Subject: [PATCH] Try that style --- docs/installation/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/manual.md b/docs/installation/manual.md index 3fc8ac9b..cb463d81 100644 --- a/docs/installation/manual.md +++ b/docs/installation/manual.md @@ -52,9 +52,9 @@ npm install # yarn also works ## Other Recommended Packages ENiGMA BBS makes use of a few packages for archive and legacy protocol support. They're not pre-requisites for running ENiGMA, but without them you'll miss certain functionality. Once installed, they should be made available on your systems `PATH`. -:information_source: Please see [External Binaries](docs/configuration/external-binaries.md) for information on setting these up. +:information_source: Please see [External Binaries](../configuration/external-binaries.md) for information on setting these up. -:information_source: Additional information in [Archivers](docs/configuration/archivers.md) and [File Transfer Protocols](docs/configuration/file-transfer-protocols.md) +:information_source: Additional information in [Archivers](../configuration/archivers.md) and [File Transfer Protocols](../configuration/file-transfer-protocols.md) ## Config Files You'll need a basic configuration to get started. The main system configuration is handled via `config/config.hjson`. This is an [HJSON](http://hjson.org/) file (compliant JSON is also OK). See [Configuration](../configuration/) for more information.