From 50dbf5bd05b64ea6918cf5f5857998d56dae6d3a Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Wed, 18 Feb 2026 22:32:29 +0200 Subject: [PATCH] Fix fork image (#4085) --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f1b81289..a00d4682 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -68,9 +68,9 @@ graph TD ### Fork the Repo * Fork the WinUtil Repository [here](https://github.com/ChrisTitusTech/winutil) to create a copy that will be available in your repository list. -![Fork Image](assets/Fork-Button-Dark.png#only-dark#gh-dark-mode-only) +![Fork Image](/docs/assets/images/Fork-Button-Dark.png#gh-dark-mode-only) -![Fork Image](assets/Fork-Button-Light.png#only-light#gh-light-mode-only) +![Fork Image](/docs/assets/images/Fork-Button-Light.png#only-light#gh-light-mode-only) ### Clone the Fork !!! tip