Update links to DAST docs from UI
What does this MR do and why?
Update the links to the DAST docs from the UI:
| Page | Current link | Should link to |
|---|---|---|
| scanner_profile_selector.vue | 'user/application_security/dast/index' anchor: 'scanner-profile' |
https://docs.gitlab.com/ee/user/application_security/dast/on-demand_scan.html#scanner-profile |
| dast_site_profile_form.vue | 'user/application_security/dast_api/index' anchor: 'enable-dast-api-scanning' |
https://docs.gitlab.com/ee/user/application_security/api_security_testing/configuration/enabling_the_analyzer.html |
| dast_site_profile_form.vue | 'user/application_security/dast_api/index' anchor: 'graphql-schema' |
https://docs.gitlab.com/ee/user/application_security/api_security_testing/configuration/enabling_the_analyzer.html#graphql-schema |
| dast_site_profile_form.vue | 'user/application_security/dast/browser_based' anchor: 'available-cicd-variables' |
https://docs.gitlab.com/ee/user/application_security/dast/browser/configuration/variables.html |
Related to #473082 (closed).
Edited by Phillip Wells