aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorJustin Dhillon <justin.singh.dhillon@gmail.com>2024-02-27 13:56:23 -0800
committerJustin Dhillon <justin.singh.dhillon@gmail.com>2024-02-27 13:56:23 -0800
commit6fa61e35320ac2bc623a9c9ca11b270b34e2d05a (patch)
tree4674f37ff860a2c52b0614240fc0aa88e25674ab /test/functional/test_framework
parent6a7ed5e2374bfea943742595c76da8f2d25061f6 (diff)
downloadbitcoin-6fa61e35320ac2bc623a9c9ca11b270b34e2d05a.tar.xz
doc: Fix Broken Links
Diffstat (limited to 'test/functional/test_framework')
-rw-r--r--test/functional/test_framework/netutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/netutil.py b/test/functional/test_framework/netutil.py
index 838f40fcaa..30a4a58d6f 100644
--- a/test/functional/test_framework/netutil.py
+++ b/test/functional/test_framework/netutil.py
@@ -4,7 +4,7 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Linux network utilities.
-Roughly based on http://voorloopnul.com/blog/a-python-netstat-in-less-than-100-lines-of-code/ by Ricardo Pascal
+Roughly based on https://web.archive.org/web/20190424172231/http://voorloopnul.com/blog/a-python-netstat-in-less-than-100-lines-of-code/ by Ricardo Pascal
"""
import sys