From 07c9a49a3baed8f37bf5f3e3da8cb6f6f5a16864 Mon Sep 17 00:00:00 2001 From: Vandeputte Brice Date: Mon, 6 May 2024 20:53:30 +0200 Subject: [PATCH] docs: Update HttpBasics_plan.adoc - fix broken link to https://www.zaproxy.org/ fix broken link OWASP ZAP - https://www.zaproxy.org/ --- .../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 96fe84c6f6..01b975e22d 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: