From 01ebd3a41eb9a93d6599d68928befb80c0ca1cb7 Mon Sep 17 00:00:00 2001 From: shiva108 Date: Wed, 7 Jan 2026 00:21:33 +0100 Subject: [PATCH] fix: URL encode space in Field Manual link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d3fc6..9cd6560 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ ai-llm-red-team-handbook/ The primary way to use this repository is as a reference. - Start at [SUMMARY.md](docs/SUMMARY.md) to browse all chapters. -- View the [Field Manual](docs/AI_LLM_Red_Team_Field_Manual.md) for quick lookups during an engagement. +- View the [Field Manual](docs/AI_LLM%20Red%20Team%20Field%20Manual.md) for quick lookups during an engagement. ### 2. Automated Testing Environment