mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fixes index pattern link in doc link service (#118748)
This commit is contained in:
parent
3ec4503be7
commit
279d093277
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ export class DocLinksService {
|
|||
luceneExpressions: `${ELASTICSEARCH_DOCS}modules-scripting-expression.html`,
|
||||
},
|
||||
indexPatterns: {
|
||||
introduction: `${KIBANA_DOCS}index-patterns.html`,
|
||||
introduction: `${KIBANA_DOCS}data-views.html`,
|
||||
fieldFormattersNumber: `${KIBANA_DOCS}numeral.html`,
|
||||
fieldFormattersString: `${KIBANA_DOCS}field-formatters-string.html`,
|
||||
runtimeFields: `${KIBANA_DOCS}managing-data-views.html#runtime-fields`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue