diff options
Diffstat (limited to '')
-rw-r--r-- | src/collectors/REFERENCE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectors/REFERENCE.md b/src/collectors/REFERENCE.md index 648add3ce..e480a16d8 100644 --- a/src/collectors/REFERENCE.md +++ b/src/collectors/REFERENCE.md @@ -93,7 +93,7 @@ metrics, will automatically enable data collection for the application in questi When Netdata starts up, each collector searches for exposed metrics on the default endpoint established by that service or application's standard installation procedure. For example, -the [Nginx collector](/src/go/collectors/go.d.plugin/modules/nginx/README.md) searches at +the [Nginx collector](/src/go/plugin/go.d/modules/nginx/README.md) searches at `http://127.0.0.1/stub_status` for exposed metrics in the correct format. If an Nginx web server is running and exposes metrics on that endpoint, the collector begins gathering them. |