summaryrefslogtreecommitdiff
path: root/networkx/algorithms/approximation/matching.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/algorithms/approximation/matching.py')
-rw-r--r--networkx/algorithms/approximation/matching.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/approximation/matching.py b/networkx/algorithms/approximation/matching.py
index 0c9f3131..d7fc4c43 100644
--- a/networkx/algorithms/approximation/matching.py
+++ b/networkx/algorithms/approximation/matching.py
@@ -7,7 +7,7 @@ Graph Matching
Given a graph G = (V,E), a matching M in G is a set of pairwise non-adjacent
edges; that is, no two edges share a common vertex.
-`Wikipedia: Matching <http://en.wikipedia.org/wiki/Matching_(graph_theory)>`_
+`Wikipedia: Matching <https://en.wikipedia.org/wiki/Matching_(graph_theory)>`_
"""
# Copyright (C) 2011-2012 by
# Nicholas Mancuso <nick.mancuso@gmail.com>