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:
Marius Dragomir 2019-04-07 21:18:53 +03:00 committed by GitHub
parent 4dd7f1788d
commit bd5e81bafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: