From b0db21ddc19edf09e752617ae8302f080e03a076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Fri, 28 Feb 2025 11:45:56 +0100 Subject: [PATCH] Fix YOURLS documentation link in README content Closes #2545 --- yourls/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yourls/content.md b/yourls/content.md index 404ab6d96da2..8a0b18ab1e00 100644 --- a/yourls/content.md +++ b/yourls/content.md @@ -42,7 +42,7 @@ Then, access it via `http://localhost:8080/admin/` or `http://:8080/adm ## Environment Variables When you start the `yourls` image, you can adjust the configuration of the YOURLS instance by passing one or more environment variables on the `docker run` command line. -The YOURLS instance accepts [a number of environment variables for configuration](https://yourls.org/#Config). +The YOURLS instance accepts [a number of environment variables for configuration](https://yourls.org/docs/guide/essentials/configuration). A few notable/important examples for using this Docker image include the following. ### `YOURLS_SITE`