Skip to content

Commit 703d601

Browse files
authored
Fix broken pypi link in package (#28)
1 parent 6afdff9 commit 703d601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
description="Sphinx Extension that redirects non-existent pages to working pages.",
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",
24-
url="https://github.com/wpilibsuite/rediraffe",
24+
url="https://github.com/wpilibsuite/sphinxext-rediraffe",
2525
install_requires=["sphinx>=2.0"],
2626
packages=["sphinxext"],
2727
classifiers=[

0 commit comments

Comments
 (0)