diff --git a/web/src/components/config-form/section-configs/review.ts b/web/src/components/config-form/section-configs/review.ts index 57259b11e..d7fb955e4 100644 --- a/web/src/components/config-form/section-configs/review.ts +++ b/web/src/components/config-form/section-configs/review.ts @@ -3,6 +3,10 @@ import type { SectionConfigOverrides } from "./types"; const review: SectionConfigOverrides = { base: { sectionDocs: "/configuration/review", + fieldDocs: { + "alerts.labels": "/configuration/review/#alerts-and-detections", + "detections.labels": "/configuration/review/#alerts-and-detections", + }, restartRequired: [], fieldOrder: ["alerts", "detections", "genai"], fieldGroups: {},