From 93d42e8bb88e9a2df86cd2735ea08375ccfdbdd9 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 4 Jul 2020 15:00:21 -0700 Subject: [PATCH] Move traceroute PDF to new docs site --- hyperglass/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperglass/constants.py b/hyperglass/constants.py index f8f74ba..5b62f2b 100644 --- a/hyperglass/constants.py +++ b/hyperglass/constants.py @@ -87,7 +87,7 @@ Sends 5 ICMP echo requests to the target. "traceroute": """ Performs UDP Based traceroute to the target. \ For information about how to interpret traceroute results, [click here]\ -(https://hyperglass.readthedocs.io/en/latest/assets/traceroute_nanog.pdf). +(https://hyperglass.io/traceroute_nanog.pdf). """, }