mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
fix bad link (#89222)
This commit is contained in:
parent
58e629ed76
commit
b93b3a4fc1
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ We recognize the need to better clarify the relationship between core functional
|
||||||
The main difference between core functionality and functionality supplied by plugins, is in how it is accessed. Core is
|
The main difference between core functionality and functionality supplied by plugins, is in how it is accessed. Core is
|
||||||
passed to plugins as the first parameter to their `start` and `setup` lifecycle functions, while plugin supplied functionality is passed as the
|
passed to plugins as the first parameter to their `start` and `setup` lifecycle functions, while plugin supplied functionality is passed as the
|
||||||
second parameter. Plugin dependencies must be declared explicitly inside the `kibana.json` file. Core functionality is always provided. Read the
|
second parameter. Plugin dependencies must be declared explicitly inside the `kibana.json` file. Core functionality is always provided. Read the
|
||||||
section on [how plugins interact with eachother and core](#how-plugins-interact-with-each-other-and-core) for more information.
|
section on <DocLink id="kibPlatformIntro" section="how-plugins-interact-with-each-other-and-core" text="how plugins interact with eachother and core"/> for more information.
|
||||||
|
|
||||||
## The anatomy of a plugin
|
## The anatomy of a plugin
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue