aboutsummaryrefslogtreecommitdiffstats
path: root/ui/help_url.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-06-21 10:45:31 -0700
committerGerald Combs <gerald@wireshark.org>2018-06-21 18:38:55 +0000
commit8a62ff570ca15c8aca95c66b55ef55c2e06d3e4a (patch)
tree19a3cc61154111b0ba21b917a052c7e9c2af14ad /ui/help_url.c
parent9c2bb3d005e296548e996ddfe9e618fd3cf57239 (diff)
WSUG: Update the Follow Stream documentation.
Update the Follow Stream documentation and screenshot. Change-Id: I55e5e552d23b9676b23959ac07a480e0c7809ac4 Reviewed-on: https://code.wireshark.org/review/28366 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/help_url.c')
-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 5d6ab1cd97..adb24adf91 100644
--- a/ui/help_url.c
+++ b/ui/help_url.c
@@ -219,7 +219,7 @@ topic_action_url(topic_action_e action)
url = user_guide_url("ChCustProtocolDissectionSection.html");
break;
case(HELP_FOLLOW_STREAM_DIALOG):
- url = user_guide_url("ChAdvFollowTCPSection.html");
+ url = user_guide_url("ChAdvFollowStreamSection.html");
break;
case(HELP_SHOW_PACKET_BYTES_DIALOG):
url = user_guide_url("ChAdvShowPacketBytes.html");