summaryrefslogtreecommitdiff
path: root/examples/graphviz_layout/plot_lanl_routes.py
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2021-06-08 18:58:38 +0200
committerGitHub <noreply@github.com>2021-06-08 09:58:38 -0700
commit5bc077c27155649f2503150a2623f49de093b332 (patch)
treefdddf5acfbcf03216f7cf9698ae208260b285849 /examples/graphviz_layout/plot_lanl_routes.py
parent251fa09289ee1e105295101a6a58f674eeb0fd92 (diff)
downloadnetworkx-5bc077c27155649f2503150a2623f49de093b332.tar.gz
DOC: Fix links, use DOI links, wayback machine where required (#4868)
* Fix links, use DOI links, wayback machine where required * Add nx-guides to intersphinx mapping. * Replace external mpl link w/ intersphinx. * Update mpl intersphinx mapping. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'examples/graphviz_layout/plot_lanl_routes.py')
-rw-r--r--examples/graphviz_layout/plot_lanl_routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphviz_layout/plot_lanl_routes.py b/examples/graphviz_layout/plot_lanl_routes.py
index fe3ff3dd..207041de 100644
--- a/examples/graphviz_layout/plot_lanl_routes.py
+++ b/examples/graphviz_layout/plot_lanl_routes.py
@@ -7,7 +7,7 @@ Routes to LANL from 186 sites on the Internet.
The data file can be found at:
-- https://github.com/networkx/networkx/blob/main/examples/drawing/lanl_routes.edgelist
+- https://github.com/networkx/networkx/blob/main/examples/graphviz_layout/lanl_routes.edgelist
This example needs Graphviz and PyGraphviz.
"""