From 843f983999243300ddf7c9c42785b5f4f2a76029 Mon Sep 17 00:00:00 2001 From: ainsley Date: Fri, 23 Aug 2019 13:02:55 -0500 Subject: [PATCH] update monitoring link --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 9a4b48d..12698e1 100644 --- a/faq.md +++ b/faq.md @@ -85,7 +85,7 @@ This form of distributed queueing is done in real time, and messages are not per NATS maintains and constantly updates the interest graph \(subjects and their subscribers\) in real time. Do not think of it as a "directory" that is aggregated over time. The interest graph dynamic, and will change constantly as publishers and subscribers come and go. -If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](/nats-server/monitoring.md/) for more information. +If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](nats_server/monitoring.md) for more information. ### Does NATS support subject wildcards?