Skip to content

Commit fff59fe

Browse files
authored
Updated reference to point to Wikipedia
1 parent e588dad commit fff59fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/strings/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def find(text, query, algorithm):
5151
References
5252
==========
5353
54-
.. [1] https://www.inf.hs-flensburg.de/lang/algorithmen/pattern/kmpen.htm
54+
.. [1] https://en.wikipedia.org/wiki/Knuth–Morris–Pratt_algorithm
5555
"""
5656
import pydatastructs.strings.algorithms as algorithms
5757
func = "_" + algorithm

0 commit comments

Comments
 (0)