aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-11-20 08:46:50 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-11-20 21:33:17 +0000
commite2703507c26119f3944d2e2edbd8cd18b3ddce30 (patch)
tree6d1ed670821b94630ce4acd7ad89df6b0d785815 /doc
parenta8643ab2545e41bfdfb2faf83d12e8419be3e86d (diff)
Update a bunch of GLib documentation links.
Change our developer.gnome.org/glib URLs to developer-old.gnome.org/glib. The official documentation for GLib appears to be at https://docs.gtk.org/glib/, but it has a different layout than the gnome.org content (and is surprisingly resistant to exploration IMHO). We can switch to developer-old.gnome.org using a simple substitution and it still seems to be updated, so do that for now.
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark-filter.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/wireshark-filter.adoc b/doc/wireshark-filter.adoc
index 5c5f8a1d3a..be4142e259 100644
--- a/doc/wireshark-filter.adoc
+++ b/doc/wireshark-filter.adoc
@@ -463,7 +463,7 @@ The latest version of *Wireshark* can be found at
https://www.wireshark.org.
Regular expressions in the "matches" operator are provided by GRegex in GLib.
-See https://developer.gnome.org/glib/2.32/glib-regex-syntax.html or https://www.pcre.org/ for more information.
+See https://www.pcre.org/ for more information.
This manpage does not describe the capture filter syntax, which is
different. See the manual page of xref:https://www.tcpdump.org/manpages/pcap-filter.7.html[pcap-filter](7) or, if that doesn't exist,