[Entity Analytics] Update Entity Risk Scoring doc link to point to the new page (#172592)

Follow on from https://github.com/elastic/kibana/pull/172560

As requested by @natasha-moore-elastic
https://github.com/elastic/security-docs/pull/4296#issuecomment-1840370134

The entity risk scoring documentation is moving to a new page and we
need to update this link to fix the build in
https://github.com/elastic/security-docs/pull/4296.
This commit is contained in:
Mark Hopkin 2023-12-06 15:33:39 +00:00 committed by GitHub
parent bccc042a16
commit 2fee5954c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,7 +462,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
riskScorePrerequisites: `${SECURITY_SOLUTION_DOCS}ers-requirements.html`,
hostRiskScore: `${SECURITY_SOLUTION_DOCS}host-risk-score.html`,
userRiskScore: `${SECURITY_SOLUTION_DOCS}user-risk-score.html`,
entityRiskScoring: `${SECURITY_SOLUTION_DOCS}advanced-entity-analytics-overview.html`,
entityRiskScoring: `${SECURITY_SOLUTION_DOCS}entity-risk-scoring.html`,
},
detectionEngineOverview: `${SECURITY_SOLUTION_DOCS}detection-engine-overview.html`,
},