Skip to content

Commit 5059eb5

Browse files
committed
update links from merge
1 parent 901fda8 commit 5059eb5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/kbn-doc-links/src/get_doc_links.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
221221
kibana: {
222222
guide: `${KIBANA_DOCS}index.html`,
223223
autocompleteSuggestions: `${KIBANA_DOCS}kibana-concepts-analysts.html#autocomplete-suggestions`,
224+
xpackSecurity: `${KIBANA_DOCS}xpack-security.html`,
224225
},
225226
upgradeAssistant: {
226227
overview: `${KIBANA_DOCS}upgrade-assistant.html`,

packages/kbn-doc-links/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ export interface DocLinks {
207207
readonly kibana: {
208208
readonly guide: string;
209209
readonly autocompleteSuggestions: string;
210+
readonly xpackSecurity: string;
210211
};
211212
readonly upgradeAssistant: {
212213
readonly overview: string;

0 commit comments

Comments
 (0)