From e856d8f6f8df2866b8464a4dddcf0a2ca378a56b Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 7 May 2023 10:59:44 +0700 Subject: [PATCH] fix cast link --- mkdocs/docs/installation/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/installation/docker-compose.md b/mkdocs/docs/installation/docker-compose.md index 34221c1..e260513 100644 --- a/mkdocs/docs/installation/docker-compose.md +++ b/mkdocs/docs/installation/docker-compose.md @@ -24,7 +24,7 @@ The main Python application that displays and serves your video collection, buil - For the scheduler to know what time it is, set your timezone with the `TZ` environment variable, defaults to *UTC*. - Serves the interface on port `8000` - Needs a volume for the video archive at `/youtube` - - Set the environment variable `ENABLE_CAST=True` to send videos to your cast device, [read more](#enable-cast). + - Set the environment variable `ENABLE_CAST=True` to send videos to your cast device, [read more](/configuration/cast/). ## Configuring TubeArchivist