Skip to content

Commit

Permalink
[RAM] Fix docLink for Connectors (elastic#147395)
Browse files Browse the repository at this point in the history
## Summary

Fixes elastic#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 <[email protected]>
  • Loading branch information
2 people authored and nreese committed Dec 15, 2022
1 parent 9fac0d4 commit 2c45e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-doc-links/src/get_doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 2c45e64

Please sign in to comment.