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 8afcec1d9b
commit f0d1c010c4
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292

View file

@ -43,7 +43,7 @@ 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?
[float]