Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Dec 28, 2023
1 parent a7ede87 commit 3d00aaf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Levenshtein

<p>
<a href="https://github.com/maxbachmann/Levenshtein/actions">
<img src="https://github.com/maxbachmann/Levenshtein/workflows/Build/badge.svg"
<a href="https://github.com/rapidfuzz/Levenshtein/actions">
<img src="https://github.com/rapidfuzz/Levenshtein/workflows/Build/badge.svg"
alt="Continous Integration">
</a>
<a href="https://pypi.org/project/levenshtein/">
Expand All @@ -13,12 +13,12 @@
<img src="https://img.shields.io/pypi/pyversions/levenshtein"
alt="Python versions">
</a>
<a href="https://maxbachmann.github.io/Levenshtein">
<a href="https://rapidfuzz.github.io/Levenshtein">
<img src="https://img.shields.io/badge/-documentation-blue"
alt="Documentation">
</a>
<a href="https://github.com/maxbachmann/Levenshtein/blob/main/COPYING">
<img src="https://img.shields.io/github/license/maxbachmann/Levenshtein"
<a href="https://github.com/rapidfuzz/Levenshtein/blob/main/COPYING">
<img src="https://img.shields.io/github/license/rapidfuzz/Levenshtein"
alt="GitHub license">
</a>
</p>
Expand All @@ -42,7 +42,7 @@ pip install levenshtein

## Documentation

The documentation for the current version can be found at [https://maxbachmann.github.io/Levenshtein/](https://maxbachmann.github.io/Levenshtein/)
The documentation for the current version can be found at [https://rapidfuzz.github.io/Levenshtein/](https://rapidfuzz.github.io/Levenshtein/)

## Support the project

Expand All @@ -60,4 +60,4 @@ under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.

See the file [COPYING](https://github.com/maxbachmann/Levenshtein/blob/main/COPYING) for the full text of GNU General Public License version 2.
See the file [COPYING](https://github.com/rapidfuzz/Levenshtein/blob/main/COPYING) for the full text of GNU General Public License version 2.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ repository which might be useful when you want to work on it:

.. code-block:: sh
git clone https://github.com/maxbachmann/Levenshtein.git
git clone https://github.com/rapidfuzz/Levenshtein.git
cd Levenshtein
pip install .
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
setup(
name="Levenshtein",
version="0.24.0",
url="https://github.com/maxbachmann/Levenshtein",
url="https://github.com/rapidfuzz/Levenshtein",
author="Max Bachmann",
install_requires=["rapidfuzz >= 3.1.0, < 4.0.0"],
author_email="contact@maxbachmann.de",
author_email="pypi@maxbachmann.de",
description="Python extension for computing string edit distances and similarities.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3d00aaf

Please sign in to comment.