Skip to content

Commit

Permalink
[8.6] [DOCS] Refreshed URL to value list docs (elastic#146634) (elast…
Browse files Browse the repository at this point in the history
…ic#148399)

# Backport

This will backport the following commits from `main` to `8.6`:
- [[DOCS] Refreshed URL to value list docs
(elastic#146634)](elastic#146634)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"nastasha-solomon","email":"79124755+nastasha-solomon@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-01-04T14:54:39Z","message":"[DOCS]
Refreshed URL to value list docs (elastic#146634)\n\nRefreshes the URL to the
value list docs so that it matches changes made\r\nin
https://github.com/elastic/security-docs/pull/2748.\r\n\r\nRelated to
https://github.com/elastic/kibana/pull/146602.\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"a89f5cd0b4e26f21a673e0ed6cdb2d1d6c5776cd","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","v8.6.0","v8.7.0"],"number":146634,"url":"https://github.com/elastic/kibana/pull/146634","mergeCommit":{"message":"[DOCS]
Refreshed URL to value list docs (elastic#146634)\n\nRefreshes the URL to the
value list docs so that it matches changes made\r\nin
https://github.com/elastic/security-docs/pull/2748.\r\n\r\nRelated to
https://github.com/elastic/kibana/pull/146602.\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"a89f5cd0b4e26f21a673e0ed6cdb2d1d6c5776cd"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146634","number":146634,"mergeCommit":{"message":"[DOCS]
Refreshed URL to value list docs (elastic#146634)\n\nRefreshes the URL to the
value list docs so that it matches changes made\r\nin
https://github.com/elastic/security-docs/pull/2748.\r\n\r\nRelated to
https://github.com/elastic/kibana/pull/146602.\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"a89f5cd0b4e26f21a673e0ed6cdb2d1d6c5776cd"}}]}]
BACKPORT-->

Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
  • Loading branch information
kibanamachine and nastasha-solomon authored Jan 4, 2023
1 parent b99147d commit 243928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-doc-links/src/get_doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,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`,
value_lists: `${SECURITY_SOLUTION_DOCS}value-lists-exceptions.html`,
},
privileges: `${SECURITY_SOLUTION_DOCS}endpoint-management-req.html`,
},
Expand Down

0 comments on commit 243928b

Please sign in to comment.