Skip to content

Commit

Permalink
Fix links in readme (#358)
Browse files Browse the repository at this point in the history
* Fix rst-style links

* add spaces
  • Loading branch information
trappitsch committed May 20, 2022
1 parent b6d5400 commit 18dbe92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ structure of this project.

To run the tests against all supported version of Python, you will need to
have the binary for each installed. The easiest way to accomplish this is
to use the tool `pyenv<https://github.com/pyenv/pyenv>_`.
to use the tool `pyenv <https://github.com/pyenv/pyenv>`_.

With the required system packages installed, all tests can be run with ``tox``:

Expand All @@ -146,7 +146,7 @@ Pre-commit
----------

A variety of static code checks are managed and executed via the tool
`pre-commit<https://pre-commit.com/>_`. This only needs to be setup once
`pre-commit <https://pre-commit.com/>`_. This only needs to be setup once
and then it'll manage everything for you.

.. code-block:: console
Expand Down

0 comments on commit 18dbe92

Please sign in to comment.