Skip to content

Commit f676927

Browse files
author
Christian Knittl-Frank
committed
Fix link targets in README
Fixes #15 Closes #16
1 parent 67c8d23 commit f676927

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.rst

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ sphinxcontrib-email
55
|badge:pre-commit| |badge:pre-commit.ci|
66
|badge:black| |badge:prettier|
77

8-
.. |badge:pypi-version| image:: https://img.shields.io/pypi/v/sphinxcontrib-scm.svg
9-
:target: https://pypi.org/project/sphinxcontrib-scm
8+
.. |badge:pypi-version| image:: https://img.shields.io/pypi/v/sphinxcontrib-email.svg
9+
:target: https://pypi.org/project/sphinxcontrib-email
1010
:alt: [Latest PyPI version]
11-
.. |badge:py-versions| image:: https://img.shields.io/pypi/pyversions/sphinxcontrib-scm.svg
12-
:target: https://pypi.org/project/sphinxcontrib-scm
11+
.. |badge:py-versions| image:: https://img.shields.io/pypi/pyversions/sphinxcontrib-email.svg
12+
:target: https://pypi.org/project/sphinxcontrib-email
1313
:alt: [Supported Python versions]
1414
.. |badge:pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen.svg?logo=pre-commit&logoColor=white
1515
:target: https://github.com/pre-commit/pre-commit
1616
:alt: [pre-commit: enabled]
17-
.. |badge:pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/sphinx-contrib/scm/master.svg
18-
:target: https://results.pre-commit.ci/latest/github/sphinx-contrib/scm/master
17+
.. |badge:pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/sphinx-contrib/email/master.svg
18+
:target: https://results.pre-commit.ci/latest/github/sphinx-contrib/email/master
1919
:alt: [pre-commit.ci status]
2020
.. |badge:black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
2121
:target: https://github.com/psf/black
@@ -24,19 +24,14 @@ sphinxcontrib-email
2424
:target: https://github.com/prettier/prettier
2525
:alt: [Code style: prettier]
2626

27-
2827
This package provides ``sphinxcontrib.email``, an email obfuscator for
2928
Sphinx-based documentation.
3029

31-
3230
Installation
3331
------------
3432

3533
1. ``pip install sphinxcontrib-email``
3634

37-
Support for python 3.6 will be dropped after its EOL on 2021-12-23.
38-
39-
4035
Configuration
4136
-------------
4237

0 commit comments

Comments
 (0)