From 046e757cae83139056b26061efbf78ce5202edc1 Mon Sep 17 00:00:00 2001 From: Yozora XCII Date: Thu, 25 Apr 2024 19:36:28 +0100 Subject: [PATCH] fix bad links in docker guide --- docs/kometa/install/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/kometa/install/docker.md b/docs/kometa/install/docker.md index 93006678..181675e3 100644 --- a/docs/kometa/install/docker.md +++ b/docs/kometa/install/docker.md @@ -300,19 +300,19 @@ First, make a copy of the template: Get a copy of the template to edit [type this into your terminal]: ``` - curl -fLvo config/config.yml https://raw.githubusercontent.com/kometateam/kometa/master/config/config.yml.template + curl -fLvo config/config.yml https://raw.githubusercontent.com/kometa-team/kometa/master/config/config.yml.template ``` === ":fontawesome-brands-apple: macOS" Get a copy of the template to edit [type this into your terminal]: ``` - curl -fLvo config/config.yml https://raw.githubusercontent.com/kometateam/kometa/master/config/config.yml.template + curl -fLvo config/config.yml https://raw.githubusercontent.com/kometa-team/kometa/master/config/config.yml.template ``` === ":fontawesome-brands-windows: Windows" - Go to [this URL](https://raw.githubusercontent.com/kometateam/kometa/master/config/config.yml.template) using a web browser; choose the "Save" command, then save the file at: + Go to [this URL](https://raw.githubusercontent.com/kometa-team/kometa/master/config/config.yml.template) using a web browser; choose the "Save" command, then save the file at: ``` C:\Users\YOURUSERNAME\kometa\config\config.yml ```