From 2f5494ce352eb0b8741ffbaf0426bd4640c1376e Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Thu, 2 Dec 2021 18:18:06 +0000 Subject: [PATCH] Fix links in docs --- CONTRIBUTING.rst | 2 +- docs/faq.rst | 4 ++-- src/validate_pyproject/plugins/setuptools.schema.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d91f45f..6852494 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -277,7 +277,7 @@ on PyPI_, the following steps can be used to release a new version for .. _black: https://pypi.org/project/black/ .. _contribution-guide.org: https://www.contribution-guide.org/ -.. _creating a PR: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request +.. _creating a PR: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request .. _descriptive commit message: https://chris.beams.io/posts/git-commit .. _docstrings: https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html .. _first-contributions tutorial: https://github.com/firstcontributions/first-contributions diff --git a/docs/faq.rst b/docs/faq.rst index 2704003..1f62393 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -58,11 +58,11 @@ The text on the standard is: In the case of a network-addressable URL, a schema need not be downloadable from its canonical URI. -This information is confirmed in a `similar document submited to the IETF < -https://datatracker.ietf.org/doc/html/draft-wright-json-schema-01#section-8>`_. +This information is confirmed in a `similar document submited to the IETF`_. .. _if-then-else: https://json-schema.org/understanding-json-schema/reference/conditionals.html .. _issue: https://github.com/pypa/setuptools/issues/2671 .. _JSON Schema: https://json-schema.org/ .. _$id keyword: https://json-schema.org/draft/2020-12/json-schema-core.html#rfc.section.8.2.1 +.. _similar document submited to the IETF: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-01#section-8 diff --git a/src/validate_pyproject/plugins/setuptools.schema.json b/src/validate_pyproject/plugins/setuptools.schema.json index 33a9bf4..5839159 100644 --- a/src/validate_pyproject/plugins/setuptools.schema.json +++ b/src/validate_pyproject/plugins/setuptools.schema.json @@ -150,8 +150,8 @@ "$$description": [ "**DEPRECATED**: dict-like structure where each key represents a directory and", "the value is a list of glob patterns that should be installed in them.", - "Please notice this don't work with wheels. See `data files support<", - "https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_" + "Please notice this don't work with wheels. See `data files support", + "`_" ], "type": "object", "patternProperties": {