Skip to content

Commit ebc2e94

Browse files
authored
Merge pull request #124 from eric-carlsson/patch-1
[DOC] Fix networkx github URL
2 parents 2ad98d7 + c347516 commit ebc2e94

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)