11# Levenshtein
22
33<p >
4- <a href =" https://github.com/maxbachmann /python-Levenshtein/actions " >
5- <img src="https://github.com/maxbachmann /python-Levenshtein/workflows/Build/badge.svg"
4+ <a href =" https://github.com/rapidfuzz /python-Levenshtein/actions " >
5+ <img src="https://github.com/rapidfuzz /python-Levenshtein/workflows/Build/badge.svg"
66 alt="Continous Integration">
77 </a >
88 <a href =" https://pypi.org/project/python-Levenshtein/ " >
1313 <img src="https://img.shields.io/pypi/pyversions/python-Levenshtein"
1414 alt="Python versions">
1515 </a >
16- <a href =" https://maxbachmann .github.io/Levenshtein " >
16+ <a href =" https://rapidfuzz .github.io/Levenshtein " >
1717 <img src="https://img.shields.io/badge/-documentation-blue"
1818 alt="Documentation">
1919 </a >
20- <a href =" https://github.com/maxbachmann /python-Levenshtein/blob/main/COPYING " >
21- <img src="https://img.shields.io/github/license/maxbachmann /python-Levenshtein"
20+ <a href =" https://github.com/rapidfuzz /python-Levenshtein/blob/main/COPYING " >
21+ <img src="https://img.shields.io/github/license/rapidfuzz /python-Levenshtein"
2222 alt="GitHub license">
2323 </a >
2424</p >
@@ -32,7 +32,7 @@ computation of:
3232* approximate median strings, and generally string averaging
3333* string sequence and set similarity
3434
35- > :warning : The package was renamed to ` Levenshtein ` and can be found [ here] ( https://github.com/maxbachmann /Levenshtein ) .
35+ > :warning : The package was renamed to ` Levenshtein ` and can be found [ here] ( https://github.com/rapidfuzz /Levenshtein ) .
3636 The ` python-Levenshtein ` package will continue to be updated alongside the new package
3737
3838## Requirements
@@ -45,7 +45,7 @@ pip install levenshtein
4545
4646## Documentation
4747
48- The documentation for the current version can be found at [ https://maxbachmann .github.io/Levenshtein/ ] ( https://maxbachmann .github.io/Levenshtein/ )
48+ The documentation for the current version can be found at [ https://rapidfuzz .github.io/Levenshtein/ ] ( https://rapidfuzz .github.io/Levenshtein/ )
4949
5050## Support the project
5151
@@ -63,4 +63,4 @@ under the terms of the GNU General Public License as published by the Free
6363Software Foundation; either version 2 of the License, or (at your option)
6464any later version.
6565
66- See the file [ COPYING] ( https://github.com/maxbachmann /python-Levenshtein/blob/main/COPYING ) for the full text of GNU General Public License version 2.
66+ See the file [ COPYING] ( https://github.com/rapidfuzz /python-Levenshtein/blob/main/COPYING ) for the full text of GNU General Public License version 2.
0 commit comments