mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
updates link to security docs (#75421)
This commit is contained in:
parent
32c23eacc9
commit
32bd45bfbb
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ const DetectionEngineNoIndexComponent: React.FC<{
|
|||
detections: {
|
||||
icon: 'documents',
|
||||
label: i18n.GO_TO_DOCUMENTATION,
|
||||
url: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${docLinks.DOC_LINK_VERSION}/detection-engine-overview.html#detections-permissions`,
|
||||
url: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${docLinks.DOC_LINK_VERSION}/detections-permissions-section.html`,
|
||||
target: '_blank',
|
||||
},
|
||||
}),
|
||||
|
|
|
@ -17,7 +17,7 @@ export const DetectionEngineUserUnauthenticated = React.memo(() => {
|
|||
detectionUnauthenticated: {
|
||||
icon: 'documents',
|
||||
label: i18n.GO_TO_DOCUMENTATION,
|
||||
url: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${docLinks.DOC_LINK_VERSION}/detection-engine-overview.html#detections-permissions`,
|
||||
url: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${docLinks.DOC_LINK_VERSION}/detections-permissions-section.html`,
|
||||
target: '_blank',
|
||||
},
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue