fixing broken links (#122415)

This commit is contained in:
Peter Pisljar 2022-01-06 16:55:41 +01:00 committed by GitHub
parent 7dfad91dc7
commit 7580c12d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,16 +73,16 @@ services you should consider:
* {kib-repo}tree/{branch}/src/plugins/data/README.md[Data * {kib-repo}tree/{branch}/src/plugins/data/README.md[Data
services] services]
** {kib-repo}tree/{branch}/src/plugins/data/public/search/README.md[Search ** {kib-repo}tree/{branch}/src/plugins/data/README.mdx#search[Search
strategies] strategies]
*** Use the `esSearchStrategy` to make raw queries to ES that will *** Use the `esSearchStrategy` to make raw queries to ES that will
support async searching and partial results, as well as injecting the support async searching and partial results, as well as injecting the
right advanced settings like whether to include frozen indices or not. right advanced settings like whether to include frozen indices or not.
* {kib-repo}tree/{branch}/src/plugins/embeddable/README.md[Embeddables] * {kib-repo}tree/{branch}/src/plugins/embeddable/README.asciidoc[Embeddables]
** Rendering maps, visualizations, dashboards in your application ** Rendering maps, visualizations, dashboards in your application
** Register new widgets that will can be added to a dashboard or Canvas ** Register new widgets that will can be added to a dashboard or Canvas
workpad, or rendered in another plugin. workpad, or rendered in another plugin.
* {kib-repo}tree/{branch}/src/plugins/ui_actions/README.md[UiActions] * {kib-repo}tree/{branch}/src/plugins/ui_actions/README.asciidoc[UiActions]
** Let other plugins inject functionality into your application ** Let other plugins inject functionality into your application
** Inject custom functionality into other plugins ** Inject custom functionality into other plugins
* Stateless helper utilities * Stateless helper utilities