From 04b0dabdf9cff1e47cc92d4a06bad78ad952f578 Mon Sep 17 00:00:00 2001 From: Jimmy Saenz Date: Sun, 6 Dec 2020 22:39:07 -0600 Subject: [PATCH] Fix broken link (env variables) --- docs/guides/installation/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/installation/manual.md b/docs/guides/installation/manual.md index 2918b35d5c..c5a077873b 100644 --- a/docs/guides/installation/manual.md +++ b/docs/guides/installation/manual.md @@ -51,4 +51,4 @@ Redis/Memcached, make sure to install `ioredis`/`memcached` respectively. Finally, you'll need to setup your `.env` file, or configure the environment variables through other means, such as Docker, etc. -See [Environment Variables](/references/environment-variables) for all available variables. +See [Environment Variables](/reference/environment-variables) for all available variables.