Skip to content

Commit 8fd768c

Browse files
Merge pull request #995 from DimitriPapadopoulos/http
Update URL
2 parents d46dc22 + 811a0c5 commit 8fd768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setuptools_scm/_file_finders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def scm_find_files(
3434
scm_files and scm_dirs must be absolute with symlinks resolved (realpath),
3535
with normalized case (normcase)
3636
37-
Spec here: http://setuptools.readthedocs.io/en/latest/setuptools.html#\
37+
Spec here: https://setuptools.pypa.io/en/latest/userguide/extension.html#\
3838
adding-support-for-revision-control-systems
3939
"""
4040
realpath = os.path.normcase(os.path.realpath(path))

0 commit comments

Comments
 (0)