From cbcceee970c5b750fff38bee68287342245d7761 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Mon, 20 Oct 2025 16:22:48 +0200 Subject: [PATCH] doc: update install doc to link to caching section (#31046) --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 5f9e6ddd2e..d80a844778 100644 --- a/docs/install.md +++ b/docs/install.md @@ -11,7 +11,7 @@ There are some exceptions like when using localhost, which is considered a [secu 1. Download the latest version from 1. Untar the tarball on your web server 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 correct caching headers in your webserver (see [README.md](../README.md#caching-requirements)) 1. Configure the app by copying `config.sample.json` to `config.json` and modifying it. See the [configuration docs](config.md) for details. 1. Enter the URL into your browser and log into Element!