From 258bc67efc72ef757f8b7d8022d25d47c832d1fe Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:34:19 +0100 Subject: [PATCH] docs(docker): update repo links with new URL --- docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index 8d77dab..0607bf7 100644 --- a/docker/README.md +++ b/docker/README.md @@ -84,7 +84,7 @@ When you do this, updating to a new version requires manually updating the image ``` > [!TIP] -> Check the [releases page](https://github.com/9technologygroup/patchmon.net/releases) for version-specific changes and migration notes. +> Check the [releases page](https://github.com/PatchMon/PatchMon/releases) for version-specific changes and migration notes. ## Configuration @@ -142,7 +142,7 @@ For development with live reload and source code mounting: 1. Clone the repository: ```bash - git clone https://github.com/9technologygroup/patchmon.net.git + git clone https://github.com/PatchMon/PatchMon.git cd patchmon.net ``` @@ -216,7 +216,7 @@ The development setup exposes additional ports for debugging: 1. **Initial Setup**: Clone repository and start development environment ```bash - git clone https://github.com/9technologygroup/patchmon.net.git + git clone https://github.com/PatchMon/PatchMon.git cd patchmon.net docker compose -f docker/docker-compose.dev.yml up -d --build ```