From 5dd470f6e0e32b5d0cd0a7b694d1debe3d29c881 Mon Sep 17 00:00:00 2001 From: abel <67806187+theo-abel@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:06:09 +0200 Subject: [PATCH 1/2] fix: update documentation links to new domain --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5ef67f..a29cdd6 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ ff workflow run security_assessment . # Start a workflow (you can also use ff co _Setting up and running security workflows through the interface_ -👉 More installation options in the [Documentation](https://fuzzforge.ai/docs). +👉 More installation options in the [Documentation](https://docs.fuzzforge.ai). --- @@ -142,7 +142,7 @@ _AI agents automatically analyzing code and providing security insights_ ## 📚 Resources - 🌐 [Website](https://fuzzforge.ai) -- 📖 [Documentation](https://fuzzforge.ai/docs) +- 📖 [Documentation](https://docs.fuzzforge.ai) - 💬 [Community Discord](https://discord.com/invite/acqv9FVG) - 🎓 [FuzzingLabs Academy](https://academy.fuzzinglabs.com/?coupon=GITHUB_FUZZFORGE) From ad4c837866ba9f08a1786555f9123dbccbaab2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:26:16 -0300 Subject: [PATCH 2/2] docs(readme): fix repo name in `git clone` command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a29cdd6..f192fbf 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ Run your first workflow : ```bash # 1. Clone the repo -git clone https://github.com/fuzzinglabs/fuzzforge.git -cd fuzzforge +git clone https://github.com/fuzzinglabs/fuzzforge_ai.git +cd fuzzforge_ai # 2. Build & run with Docker # Set registry host for your OS (local registry is mandatory)