From 0b6e641d3cca4daafc269bedb062d785e6dc7f21 Mon Sep 17 00:00:00 2001 From: John Thacker Date: Thu, 2 Mar 2023 08:48:52 -0500 Subject: [PATCH] help: WLANTraffic section moved WSUG chapters The documentation for WLAN Traffic menu item in the Wireless menu was moved from the Statistics Chapter to the Wireless Chapter of the WSUG. Update the URL in its help button accordingly. Part of #17982 --- ui/help_url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/help_url.c b/ui/help_url.c index e755d961a4..9bbdd41fba 100644 --- a/ui/help_url.c +++ b/ui/help_url.c @@ -232,7 +232,7 @@ topic_action_url(topic_action_e action) url = user_guide_url("ChStatTCPStreamGraphs.html"); break; case(HELP_STATS_WLAN_TRAFFIC_DIALOG): - url = user_guide_url("ChStatWLANTraffic.html"); + url = user_guide_url("ChWirelessWLANTraffic.html"); break; case(HELP_FILESET_DIALOG): url = user_guide_url("ChIOFileSetSection.html");