Skip to content

Commit

Permalink
Fix links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Dec 2, 2021
1 parent 502c07e commit 2f5494c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/validate_pyproject/plugins/setuptools.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_"
],
"type": "object",
"patternProperties": {
Expand Down

0 comments on commit 2f5494c

Please sign in to comment.