From 1b3916120efe8b21334b9f4722286a311d0993e8 Mon Sep 17 00:00:00 2001 From: Nexapy Technologies Date: Tue, 13 Jan 2026 23:14:52 +0100 Subject: [PATCH] Fix uritemplate reference link typo (#9867) --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3888880fa..6efc1c19d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -69,7 +69,7 @@ each Python and Django series. The following packages are optional: -* [PyYAML][pyyaml], [uritemplate][uriteemplate] (5.1+, 3.0.0+) - Schema generation support. +* [PyYAML][pyyaml], [uritemplate][uritemplate] (5.1+, 3.0.0+) - Schema generation support. * [Markdown][markdown] (3.3.0+) - Markdown support for the browsable API. * [Pygments][pygments] (2.7.0+) - Add syntax highlighting to Markdown processing. * [django-filter][django-filter] (1.0.1+) - Filtering support. @@ -207,7 +207,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [heroku]: https://www.heroku.com/ [eventbrite]: https://www.eventbrite.co.uk/about/ [pyyaml]: https://pypi.org/project/PyYAML/ -[uriteemplate]: https://pypi.org/project/uritemplate/ +[uritemplate]: https://pypi.org/project/uritemplate/ [markdown]: https://pypi.org/project/Markdown/ [pygments]: https://pypi.org/project/Pygments/ [django-filter]: https://pypi.org/project/django-filter/