From 127559957314a76eedd7b1cef629517bff5e0844 Mon Sep 17 00:00:00 2001 From: Trung Nguyen <24930+trung@users.noreply.github.com> Date: Tue, 3 Mar 2020 14:06:27 -0500 Subject: [PATCH] docs: fix broken link (#949) --- docs/PluggableArchitecture/Internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PluggableArchitecture/Internals.md b/docs/PluggableArchitecture/Internals.md index 0edc342d9..1e2ebd450 100644 --- a/docs/PluggableArchitecture/Internals.md +++ b/docs/PluggableArchitecture/Internals.md @@ -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).