Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct anchors #178

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/includes/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The following example shows the API URL format of ZAP:
The format can be either `JSON`, `XML` or `HTML`. The operation can be either `view` or `action` or `other`. The `view` operation is used to return
information and the `action` is used to control ZAP. For example, `views` can be used to generated reports or retrieve results and
`action` can be used to start or stop the Spider. The components, operation names and parameters can all be discovered by
browsing the [API Catalogue](#api_catalogue).
browsing the [API Catalogue](#api-catalogue).

### Access the API

Expand Down Expand Up @@ -164,7 +164,7 @@ only use ZAP with targets that you have been specifically given permission to te

##Getting Help

All available APIs are documented in the [API Catalogue](#api_catalogue). If you are new to ZAP, then it's highly
All available APIs are documented in the [API Catalogue](#api-catalogue). If you are new to ZAP, then it's highly
recommended that you experiment with the desktop UI before trying out the APIs. Because ZAP's APIs strongly resemble
the desktop UI. Therefore by working with the UI, you will get a good understanding on how to orchestrate ZAP's APIs.
Also, use the export config functionality from the desktop UI to export complex configurations such as contexts, scan policies, etc.
Expand Down
Loading