From 9b37078cce1781667e8e00e4cc09343df99c8866 Mon Sep 17 00:00:00 2001 From: inventory69 <50034034+inventory69@users.noreply.github.com> Date: Sun, 11 Jan 2026 16:23:51 +0100 Subject: [PATCH] Change repository URL in CONTRIBUTING.md Updated repository URL in Quick Start section. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdec73e..2cd591e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Danke, dass du zu Simple Notes Sync beitragen möchtest! 1. **Fork & Clone** ```bash - git clone https://github.com/DEIN-USERNAME/simple-notes-sync.git + git clone https://github.com/inventory69/simple-notes-sync.git cd simple-notes-sync ``` @@ -139,7 +139,7 @@ Thanks for wanting to contribute to Simple Notes Sync! 1. **Fork & Clone** ```bash - git clone https://github.com/YOUR-USERNAME/simple-notes-sync.git + git clone https://github.com/inventory69/simple-notes-sync.git cd simple-notes-sync ```