mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Using proper link for Plugin Generator (#34627)
Updated so that we don't link to a generator that was deprecated that links to another generator that was also deprecated.
This commit is contained in:
parent
4dd7f1788d
commit
bd5e81bafc
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ In the screenshot below, you'll notice the URL is `localhost:9876/debug.html`. Y
|
|||
|
||||
### Unit Testing Plugins
|
||||
|
||||
This should work super if you're using the [Kibana plugin generator](https://github.com/elastic/generator-kibana-plugin). If you're not using the generator, well, you're on your own. We suggest you look at how the generator works.
|
||||
This should work super if you're using the [Kibana plugin generator](https://github.com/elastic/kibana/tree/master/packages/kbn-plugin-generator). If you're not using the generator, well, you're on your own. We suggest you look at how the generator works.
|
||||
|
||||
To run the tests for just your particular plugin run the following command from your plugin:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue