From f7bff8e0da2b9f06f5ef7e4a062c41ac87b04cd1 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:40:16 -0500 Subject: [PATCH] [8.6] [DOCS] Updating value lists URL (#146602) (#146630) # Backport This will backport the following commits from `main` to `8.6`: - [[DOCS] Updating value lists URL (#146602)](https://github.com/elastic/kibana/pull/146602) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com> --- packages/kbn-doc-links/src/get_doc_links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kbn-doc-links/src/get_doc_links.ts b/packages/kbn-doc-links/src/get_doc_links.ts index 92ca6ce96196d..971e69729269e 100644 --- a/packages/kbn-doc-links/src/get_doc_links.ts +++ b/packages/kbn-doc-links/src/get_doc_links.ts @@ -381,7 +381,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => { responseActions: `${SECURITY_SOLUTION_DOCS}response-actions.html`, configureEndpointIntegrationPolicy: `${SECURITY_SOLUTION_DOCS}configure-endpoint-integration-policy.html`, exceptions: { - value_lists: `${SECURITY_SOLUTION_DOCS}detections-ui-exceptions.html#manage-value-lists`, + value_lists: `${SECURITY_SOLUTION_DOCS}detections-ui-exceptions.html`, }, privileges: `${SECURITY_SOLUTION_DOCS}endpoint-management-req.html`, },