From f9eee1240c4788b06ed05b248fb467feb72424ac Mon Sep 17 00:00:00 2001 From: Zacqary Adam Xeper Date: Tue, 13 Dec 2022 17:39:42 -0600 Subject: [PATCH] [RAM] Fix docLink for Connectors (#147395) ## Summary Fixes #146164 Documentation for Connectors didn't make it into the PR that added the new page. This fixes the broken link. ### Checklist - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials Co-authored-by: Lisa Cawley (cherry picked from commit cbcc675811a7089ffc8779e52d740c2065528209) --- packages/kbn-doc-links/src/get_doc_links.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/kbn-doc-links/src/get_doc_links.ts b/packages/kbn-doc-links/src/get_doc_links.ts index e66791d7012dc..ae5cd305a485b 100644 --- a/packages/kbn-doc-links/src/get_doc_links.ts +++ b/packages/kbn-doc-links/src/get_doc_links.ts @@ -488,6 +488,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => { setupPrerequisites: `${KIBANA_DOCS}alerting-setup.html#alerting-prerequisites`, slackAction: `${KIBANA_DOCS}slack-action-type.html#configuring-slack`, teamsAction: `${KIBANA_DOCS}teams-action-type.html#configuring-teams`, + connectors: `${KIBANA_DOCS}action-types.html`, }, maps: { guide: `${KIBANA_DOCS}maps.html`,