summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-05-30 15:11:19 -0400
committerJulian Berman <Julian@GrayVines.com>2022-05-30 15:11:19 -0400
commit499a6dac061f339911c3f789c0700f5c368a4a78 (patch)
tree4a032dfd261d0333001b917f6080e4925f23df9b /pyproject.toml
parent679e82bb555ad65f555a50276e1c5cbd9bc65eb4 (diff)
downloadjsonschema-499a6dac061f339911c3f789c0700f5c368a4a78.tar.gz
Make project.urls be valid URLs.
Refs: python/peps#2621.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fb7224b..115e201 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -67,13 +67,13 @@ format_nongpl = [
jsonschema = "jsonschema.cli:main"
[project.urls]
-homepage = "github.com/python-jsonschema/jsonschema"
-documentation = "python-jsonschema.readthedocs.io/"
-issues = "github.com/python-jsonschema/jsonschema/issues/"
-funding = "github.com/sponsors/Julian"
-tidelift = "tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"
-changelog = "github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
-source = "github.com/python-jsonschema/jsonschema"
+homepage = "https://github.com/python-jsonschema/jsonschema"
+documentation = "https://python-jsonschema.readthedocs.io/"
+issues = "https://github.com/python-jsonschema/jsonschema/issues/"
+funding = "https://github.com/sponsors/Julian"
+tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"
+changelog = "https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
+source = "https://github.com/python-jsonschema/jsonschema"
[tool.isort]
from_first = true