docs: fix broken link (#949)

This commit is contained in:
Trung Nguyen 2020-03-03 14:06:27 -05:00 committed by GitHub
parent 685f59fb5e
commit 1275599573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,4 +139,4 @@ The `PluginManager` service is registered as early as possible in the node lifec
The `PluginManager` exposes an API (`admin_reloadPlugin`) that allows reloading a plugin. This attempts to restart the current plugin process.
Any changes to the plugin config after initial node start will be applied when reloading the plugin.
This is demonstrated in the [HelloWorld plugin example](http://localhost:8000/PluggableArchitecture/Overview/#example-helloworld-plugin).
This is demonstrated in the [HelloWorld plugin example](../Overview/#example-helloworld-plugin).