Skip to content

Commit

Permalink
prefix doc URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Nov 30, 2023
1 parent c447095 commit 4b07190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kbn-doc-links/src/get_doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
createEsqlRuleType: `${SECURITY_SOLUTION_DOCS}rules-ui-create.html#create-esql-rule`,
entityAnalytics: {
riskScorePrerequisites: `${SECURITY_SOLUTION_DOCS}ers-requirements.html`,
hostRiskScore: 'host-risk-score.html',
userRiskScore: 'user-risk-score.html',
entityRiskScoring: 'advanced-entity-analytics-overview.html#entity-risk-scoring',
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#entity-risk-scoring`,
},
},
query: {
Expand Down

0 comments on commit 4b07190

Please sign in to comment.