File tree Expand file tree Collapse file tree
src/plugins/index_pattern_field_editor/public/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import { DocLinksStart } from 'src/core/public';
1111export const getLinks = ( docLinks : DocLinksStart ) => {
1212 const { DOC_LINK_VERSION , ELASTIC_WEBSITE_URL } = docLinks ;
1313 const docsBase = `${ ELASTIC_WEBSITE_URL } guide/en` ;
14- const esDocsBase = `${ docsBase } /elasticsearch/reference/${ DOC_LINK_VERSION } ` ;
1514 const painlessDocsBase = `${ docsBase } /elasticsearch/painless/${ DOC_LINK_VERSION } ` ;
15+ const kibanaDocsBase = `${ docsBase } /kibana/${ DOC_LINK_VERSION } ` ;
1616
1717 return {
18- runtimePainless : `${ esDocsBase } /runtime .html#runtime-mapping -fields` ,
18+ runtimePainless : `${ kibanaDocsBase } /managing-index-patterns .html#runtime-fields` ,
1919 painlessSyntax : `${ painlessDocsBase } /painless-lang-spec.html` ,
2020 } ;
2121} ;
You can’t perform that action at this time.
0 commit comments