Skip to content

Commit bcaaa9b

Browse files
committed
Use a valid documentation URL
1 parent 1eeaf31 commit bcaaa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
"Operating System :: Microsoft :: Windows",
3333
]
3434
urls.homepage = "https://github.com/pycompression/python-isal"
35-
urls.documentation = "python-isal.readthedocs.io"
35+
urls.documentation = "https://python-isal.readthedocs.io"
3636

3737
[tool.setuptools_scm]
3838
version_file = "src/isal/_version.py"

0 commit comments

Comments
 (0)