summaryrefslogtreecommitdiff
path: root/doc/reference/drawing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/drawing.rst')
-rw-r--r--doc/reference/drawing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/drawing.rst b/doc/reference/drawing.rst
index 21a6d8a7..bdfb80c1 100644
--- a/doc/reference/drawing.rst
+++ b/doc/reference/drawing.rst
@@ -13,10 +13,10 @@ Proper graph visualization is hard, and we highly recommend that people
visualize their graphs with tools dedicated to that task. Notable examples of
dedicated and fully-featured graph visualization tools are
`Cytoscape <http://www.cytoscape.org/>`_,
-`Gephi <http://gephi.github.io/>`_,
+`Gephi <https://gephi.org/>`_,
`Graphviz <http://www.graphviz.org/>`_ and, for
`LaTeX <http://www.latex-project.org/>`_ typesetting,
-`PGF/TikZ <http://sourceforge.net/projects/pgf/>`_.
+`PGF/TikZ <https://sourceforge.net/projects/pgf/>`_.
To use these and other such tools, you should export your NetworkX graph into
a format that can be read by those tools. For example, Cytoscape can read the
GraphML format, and so, ``networkx.write_graphml(G)`` might be an appropriate