Skip to content

Commit c347516

Browse files
Fix networkx github URL
The link to the networkx docs contains a typo, this fixes it.
1 parent 2ad98d7 commit c347516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ understand the output of the toolbox's outputs:
113113
>>> e = list(g.edges()) # list of edges in the graph
114114
115115
Please refer to `networkx` 's documentation for more detailed information:
116-
https://https://networkx.github.io/documentation/stable/
116+
https://networkx.github.io/documentation/stable/
117117

0 commit comments

Comments
 (0)