From 3c72bb3ae05ea0fe7d5263bb8810addf7b4c109d Mon Sep 17 00:00:00 2001 From: shiva108 Date: Wed, 7 Jan 2026 13:44:11 +0100 Subject: [PATCH] refactor: Move Configuration.md to scripts/docs/ and update links - Moved docs/Configuration.md to scripts/docs/Configuration.md - Updated docs/README.md to point to new location - Updated internal links in Configuration.md to be relative to new location --- docs/README.md | 2 +- {docs => scripts/docs}/Configuration.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename {docs => scripts/docs}/Configuration.md (98%) diff --git a/docs/README.md b/docs/README.md index 66c297c..abf486f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -127,5 +127,5 @@ We designed this toolkit for security consultants, red teamers, and AI engineers ## 🧩 Reference & Resources -- [**Configuration Guide**](Configuration.md) +- [**Configuration Guide**](../scripts/docs/Configuration.md) - [**Field Manual Index**](Field_Manual_00_Index.md) diff --git a/docs/Configuration.md b/scripts/docs/Configuration.md similarity index 98% rename from docs/Configuration.md rename to scripts/docs/Configuration.md index 22d2050..1e6ec26 100644 --- a/docs/Configuration.md +++ b/scripts/docs/Configuration.md @@ -469,5 +469,5 @@ python runner.py --debug ## Additional Resources -- [Main README](../README.md) -- [Field Manual](AI_LLM%20Red%20Team%20Field%20Manual.md) +- [Main README](../../README.md) +- [Field Manual](../../docs/AI_LLM%20Red%20Team%20Field%20Manual.md)