From b638c2a7202323ab99cf253ee1098ca43208d475 Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Wed, 18 Jun 2025 11:50:10 +0200 Subject: [PATCH] Update 4.0_Domain_Specific_Testing.md --- Document/content/4.0_Domain_Specific_Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document/content/4.0_Domain_Specific_Testing.md b/Document/content/4.0_Domain_Specific_Testing.md index f8ba878..a28a1e6 100644 --- a/Document/content/4.0_Domain_Specific_Testing.md +++ b/Document/content/4.0_Domain_Specific_Testing.md @@ -49,7 +49,7 @@ Below are individual mappings for each domain, enabling focused and targeted tes | Test ID | Test Name & Link | |---------------|------------------| -| **AITG-APP-01** | [Testing for Prompt Injection](content/tests/AITG-APP-01_Testing_for_Prompt_Injection.md) | +| **AITG-APP-01** | [Testing for Prompt Injection](/content/tests/AITG-APP-01_Testing_for_Prompt_Injection.md) | | **AITG-APP-02** | [Testing for Indirect Prompt Injection](content/tests/AITG-APP-02_Testing_for_Indirect_Prompt_Injection.md) | | **AITG-APP-03** | [Testing for Sensitive Data Leak](content/tests/AITG-APP-03_Testing_for_Sensitive_Data_Leak.md) | | **AITG-APP-04** | [Testing for Input Leakage](content/tests/AITG-APP-04_Testing_for_Input_Leakage.md) |