Skip to content

Commit f81f0a1

Browse files
authored
update links
1 parent 1f5491a commit f81f0a1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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/">
@@ -13,12 +13,12 @@
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
6363
Software Foundation; either version 2 of the License, or (at your option)
6464
any 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.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ long_description = file: README.md
66
long_description_content_type = text/markdown
77
author = Max Bachmann
88
author_email = [email protected]
9-
url = https://github.com/maxbachmann/python-Levenshtein
9+
url = https://github.com/rapidfuzz/python-Levenshtein
1010
license = GPL-2.0-or-later
1111
classifiers =
1212
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)