Skip to content

Commit 8bdc3c4

Browse files
authored
Merge pull request #293 from psiinon/new-website
Update for new website
2 parents 20614e3 + fbfb618 commit 8bdc3c4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

addOns/help/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
## Unreleased
77

88
- Update for 2.9.0 release.
9+
- Update for new website
910

1011
## [9] - 2019-06-07
1112

addOns/help/src/main/javahelp/contents/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <H1>
1212
<p>
1313
Welcome to the The OWASP Zed Attack Proxy (ZAP) Desktop User Guide.<br/><br/>
1414
This is available both as context sensitive help within ZAP and online at
15-
https://www.zaproxy.org/docs/desktop/
15+
<a href="https://www.zaproxy.org/docs/desktop/">https://www.zaproxy.org/docs/desktop/</a>
1616
<p>
1717
ZAP is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications.
1818
<p>

addOns/help/src/main/javahelp/contents/releases/2.4.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <H1>Release 2.4.1</H1>
1616
The API Key can be found in the <a href="../ui/dialogs/options/api.html">API Options screen</a><br>
1717
You can also set it from the command line using an option like:
1818
<pre>-config api.key=change-me-9203935709</pre><br>
19-
For more details see <a href="https://github.com/zaproxy/zaproxy/wiki/FAQapikey">https://github.com/zaproxy/zaproxy/wiki/FAQapikey</a><br>
19+
For more details see <a href="https://www.zaproxy.org/faq/why-is-an-api-key-required-by-default/">https://www.zaproxy.org/faq/why-is-an-api-key-required-by-default/</a><br>
2020

2121
</p>
2222

addOns/help/src/main/javahelp/contents/releases/2.6.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ <H2>API Security Changes</H2>
3737
<li>Report permission errors via API - If enabled then ZAP will report permission errors via the API, which can be used by web applications to detect the presence of ZAP. This is not a serious problem in a safe environment but if you are using ZAP against potentially malicious sites then you should not enable it.</li>
3838
</ul>
3939

40-
All ZAP options can be specified via the command line when you start ZAP -
41-
see the <a href="https://github.com/zaproxy/zaproxy/wiki/FAQapikey">API Key FAQ</a> for full details.<br>
40+
All ZAP options can be specified via the command line when you start ZAP - see
41+
<a href="https://www.zaproxy.org/faq/why-is-an-api-key-required-by-default/">https://www.zaproxy.org/faq/why-is-an-api-key-required-by-default/</a>
42+
for full details.<br>
4243
We have also added even more security headers to the API including a strong Content Security Policy.
4344

4445
<H2>Enhancements</H2>

0 commit comments

Comments
 (0)