Skip to content

Commit 499a6da

Browse files
committed
Make project.urls be valid URLs.
Refs: python/peps#2621.
1 parent 679e82b commit 499a6da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ format_nongpl = [
6767
jsonschema = "jsonschema.cli:main"
6868

6969
[project.urls]
70-
homepage = "github.com/python-jsonschema/jsonschema"
71-
documentation = "python-jsonschema.readthedocs.io/"
72-
issues = "github.com/python-jsonschema/jsonschema/issues/"
73-
funding = "github.com/sponsors/Julian"
74-
tidelift = "tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"
75-
changelog = "github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
76-
source = "github.com/python-jsonschema/jsonschema"
70+
homepage = "https://github.com/python-jsonschema/jsonschema"
71+
documentation = "https://python-jsonschema.readthedocs.io/"
72+
issues = "https://github.com/python-jsonschema/jsonschema/issues/"
73+
funding = "https://github.com/sponsors/Julian"
74+
tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"
75+
changelog = "https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
76+
source = "https://github.com/python-jsonschema/jsonschema"
7777

7878
[tool.isort]
7979
from_first = true

0 commit comments

Comments
 (0)