fix plugin.js link (#17710)

This commit is contained in:
Fabien Baligand 2018-04-18 22:04:44 +02:00 committed by Jonathan Budzenski
parent 366407d22d
commit 4480c14895

View file

@ -37,5 +37,5 @@ The Kibana directory must be named `kibana`, and your plugin directory must be l
[float]
==== References in the code
- {repo}blob/{branch}/src/server/plugins/plugin.js[Plugin class]: What options does the `kibana.Plugin` class accept?
- {repo}blob/{branch}/src/server/plugins/lib/plugin.js[Plugin class]: What options does the `kibana.Plugin` class accept?
- <<development-uiexports>>: What type of exports are available?