From ed3805c65aa0ffbb8aae7840c12c13e46ca04e05 Mon Sep 17 00:00:00 2001 From: Wolfgang Kozian Date: Thu, 23 Jul 2026 23:27:22 +0200 Subject: [PATCH] docs: fix GitHub repo slug taskowolf/TaskWolf -> WolfTasks/TaskWolf (#5) The live mkdocs config + guides pointed at the old github.com/taskowolf path; the real remote is WolfTasks/TaskWolf. Updates repo_url/repo_name and the two `git clone` examples. Deliberately leaves untouched: the Kotlin package `com.taskowolf`, Docker image names `kwolfgang/taskowolf-*`, DB name/user `taskowolf`, and the dated historical plans/specs archives. Closes the last open item in #5. Co-Authored-By: Claude Opus 4.8 --- mkdocs.yml | 4 ++-- mkdocs/development.md | 2 +- mkdocs/getting-started.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index a03512c3..b5d7d297 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: TaskWolf site_description: Open-source, self-hosted project management -repo_url: https://github.com/taskowolf/TaskWolf -repo_name: taskowolf/TaskWolf +repo_url: https://github.com/WolfTasks/TaskWolf +repo_name: WolfTasks/TaskWolf docs_dir: mkdocs theme: diff --git a/mkdocs/development.md b/mkdocs/development.md index a841f3ba..badc09e8 100644 --- a/mkdocs/development.md +++ b/mkdocs/development.md @@ -9,7 +9,7 @@ ## Clone and Build ```bash -git clone https://github.com/taskowolf/TaskWolf.git +git clone https://github.com/WolfTasks/TaskWolf.git cd TaskWolf ``` diff --git a/mkdocs/getting-started.md b/mkdocs/getting-started.md index 6db666bf..a0eb03d9 100644 --- a/mkdocs/getting-started.md +++ b/mkdocs/getting-started.md @@ -9,7 +9,7 @@ ## 1. Clone the repository ```bash -git clone https://github.com/taskowolf/TaskWolf.git +git clone https://github.com/WolfTasks/TaskWolf.git cd TaskWolf ```