From 5049b9dc085234dca48071babd8e7c5ed7aa85cb Mon Sep 17 00:00:00 2001 From: Paragoumba <22895992+Paragoumba@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:43:15 +0100 Subject: [PATCH] Fixed config.md links Signed-off-by: Paragoumba <22895992+Paragoumba@users.noreply.github.com> --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 28c52ea1de4..e347bc9943d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -13,7 +13,7 @@ There are some exceptions like when using localhost, which is considered a [secu 1. Move (or symlink) the `element-x.x.x` directory to an appropriate name 1. Configure the correct caching headers in your webserver (see below) 1. Configure the app by copying `config.sample.json` to `config.json` and - modifying it. See the [configuration docs](docs/config.md) for details. + modifying it. See the [configuration docs](config.md) for details. 1. Enter the URL into your browser and log into Element! Releases are signed using gpg and the OpenPGP standard, @@ -31,7 +31,7 @@ sudo apt update sudo apt install element-web ``` -Configure the app by modifying `/etc/element-web/config.json`. See the [configuration docs](docs/config.md) for details. +Configure the app by modifying `/etc/element-web/config.json`. See the [configuration docs](config.md) for details. ## Docker