From e219887f144e8ff2017dc7809051d4e69e54f876 Mon Sep 17 00:00:00 2001 From: Vandeputte Brice Date: Sat, 1 Jun 2024 10:45:12 +0200 Subject: [PATCH] docs: Update HttpBasics_plan.adoc - fix broken link to https://www.zaproxy.org/ (#1803) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix broken link OWASP ZAP - https://www.zaproxy.org/ Co-authored-by: René Zubcevic --- .../lessons/httpbasics/documentation/HttpBasics_plan.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lessons/httpbasics/documentation/HttpBasics_plan.adoc b/src/main/resources/lessons/httpbasics/documentation/HttpBasics_plan.adoc index 96fe84c6f..01b975e22 100644 --- a/src/main/resources/lessons/httpbasics/documentation/HttpBasics_plan.adoc +++ b/src/main/resources/lessons/httpbasics/documentation/HttpBasics_plan.adoc @@ -8,7 +8,7 @@ This lesson presents the basics for understanding the transfer of data between t The user should become familiar with the features of WebGoat by manipulating the above buttons to view hints, show the HTTP request parameters, the HTTP request cookies, and the Java source code. You may also try using -link:https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project[OWASP Zed Attack Proxy] for the first time. +link:https://www.zaproxy.org/[OWASP Zed Attack Proxy] for the first time. === How HTTP works: