diff --git a/webgoat-lessons/http-proxies/src/main/resources/html/HttpProxies.html b/webgoat-lessons/http-proxies/src/main/resources/html/HttpProxies.html
index 44c8c6c49..98f266c43 100644
--- a/webgoat-lessons/http-proxies/src/main/resources/html/HttpProxies.html
+++ b/webgoat-lessons/http-proxies/src/main/resources/html/HttpProxies.html
@@ -10,10 +10,6 @@
-
-
diff --git a/webgoat-lessons/http-proxies/src/main/resources/images/zap-local-proxy-8090.png b/webgoat-lessons/http-proxies/src/main/resources/images/zap-local-proxy-8090.png
deleted file mode 100644
index 42d77d4a9..000000000
Binary files a/webgoat-lessons/http-proxies/src/main/resources/images/zap-local-proxy-8090.png and /dev/null differ
diff --git a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/1proxysetupsteps.adoc b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/1proxysetupsteps.adoc
index 312f90180..a113bb9b4 100644
--- a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/1proxysetupsteps.adoc
+++ b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/1proxysetupsteps.adoc
@@ -3,11 +3,8 @@
Since this is an OWASP project, we'll be using OWASP ZAP. If you are comfortable using another proxy (e.g. Burp), you can skip this. Otherwise, this will show you how to set up ZAP to act as a proxy on your localhost.
-=== link:start.mvc#lesson/HttpProxies.lesson/2[Setting up ZAP 2.8.0]
-
-* First download and install ZAP 2.8.0 for your operating system
+* First download and install https://www.zaproxy.org/download/[ZAP] for your operating system
* Start ZAP
-* Configure the proxy to use a free port, e.g. 8090
* Start the browser directly from ZAP
diff --git a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/2zapsetup.adoc b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/2zapsetup.adoc
deleted file mode 100644
index 51e375c4d..000000000
--- a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/2zapsetup.adoc
+++ /dev/null
@@ -1,22 +0,0 @@
-
-== Setting up ZAP 2.8.0
-
-. First download and install ZAP 2.8.0 for your operating system
-. Start ZAP
-. Configure the proxy to use a free port, e.g. 8090
-
-=== Start ZAP
-
-image::images/zap-start.png[ZAP start,style="lesson-image"]
-
-=== Configure Proxy's Port
-
-* Select Tools > Options from the menu
-* Select Local Proxy on the left
-* Choose an available port ... Since WebGoat is (or will be) using port 8080, use something different like 8090
-* Click OK
-
-image::images/zap-local-proxy-8090.png[ZAP local proxy,style="lesson-image"]
-
-In the options menu, you can also change the language. By default it is set with the language setting of your operating system. The examples are shown in English.
-
diff --git a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/3browsersetup.adoc b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/3browsersetup.adoc
index 1d79487ac..981fec9e1 100644
--- a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/3browsersetup.adoc
+++ b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/3browsersetup.adoc
@@ -1,4 +1,4 @@
-== Setting up browser
+=== Setting up browser
If you use the latest ZAP version (>= 2.8.0) you only need to start ZAP and click the browser button to be able to
proxy, see image below: