aboutsummaryrefslogtreecommitdiffstats
path: root/ipmap.html
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-10-03 07:54:12 -0700
committerGuy Harris <gharris@sonic.net>2020-10-03 07:54:12 -0700
commita883081b70a5a77be44ee29cd507cc321f321e4b (patch)
treed47cbdc59cb49f35983637f7ab621060aeb4832d /ipmap.html
parente02229250d4b366e30776e6c78952f2472fababb (diff)
Update URLs pointing to the bug database.
Switch from bugs.wireshark.org to the GitLab issues list.
Diffstat (limited to 'ipmap.html')
-rw-r--r--ipmap.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipmap.html b/ipmap.html
index d31140c839..fa8b542f4e 100644
--- a/ipmap.html
+++ b/ipmap.html
@@ -154,7 +154,7 @@ function loadGeoJSON(obj) {
// MaxMind databases use km for accuracy, but they always use
// 50, 100, 200 or 1000. That is too course, so ignore it and use a
// fixed 1km radius.
- // See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14693#c12
+ // See https://gitlab.com/wireshark/wireshark/-/issues/14693#note_400735005
return L.circle(latlng, {radius: 1e3});
},
onEachFeature: function(feature, layer) {