From 421f016f02ee08196cd87726fb013438d80c3c86 Mon Sep 17 00:00:00 2001 From: shiva108 Date: Sat, 6 Dec 2025 18:01:12 +0100 Subject: [PATCH] docs: Replace banner.svg with page_header_half_height.png in Chapter 1. --- docs/Chapter_01_Introduction_to_AI_Red_Teaming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Chapter_01_Introduction_to_AI_Red_Teaming.md b/docs/Chapter_01_Introduction_to_AI_Red_Teaming.md index 93562ff..004565f 100644 --- a/docs/Chapter_01_Introduction_to_AI_Red_Teaming.md +++ b/docs/Chapter_01_Introduction_to_AI_Red_Teaming.md @@ -1,7 +1,7 @@ -![Banner](assets/banner.svg) - # Chapter 1: Introduction to AI Red Teaming +![Banner](assets/page_header_half_height.png) + ## 1.1 What Is AI Red Teaming? AI Red Teaming is the structured practice of simulating attacks on artificial intelligence (AI) systems - including Large Language Models (LLMs)-to uncover vulnerabilities, model real-world adversaries, and provide actionable recommendations for defense and mitigation. Originating from traditional cybersecurity red teams, AI red teaming adapts and extends the discipline to the unique risks and attack surfaces presented by machine learning, NLP systems, and autonomous agents.