aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-03-02 08:48:52 -0500
committerJohn Thacker <johnthacker@gmail.com>2023-03-02 14:43:07 +0000
commit0b6e641d3cca4daafc269bedb062d785e6dc7f21 (patch)
tree98eb54a6d38288ae574b1205bb19595fd18143aa /ui
parentc6c9aae152bea701c8923dc074c5f2cc296c71c4 (diff)
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
Diffstat (limited to 'ui')
-rw-r--r--ui/help_url.c2
1 files changed, 1 insertions, 1 deletions
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");