From 17dba4439117bff0213eb6d2a7cae9c3ef1a7c2c Mon Sep 17 00:00:00 2001 From: rr Date: Sun, 4 May 2025 11:01:11 +0300 Subject: [PATCH] Fix the repository URL --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2e5b9b..72967f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ This fork maintains two primary branches: For development work, clone the complete repository history: ```cmd -git clone --no-single-branch --recurse-submodules https://github.com/l0stman/DigiAsset_Core.git +git clone --no-single-branch --recurse-submodules https://github.com/chopperbrian/DigiAsset_Core_Windows.git ``` This ensures you have access to both branches and all commit history, which is essential for working with upstream changes.