From 18ce1b27a6a63d6d3303a2a966d27365e88cb053 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 16 Feb 2021 01:23:56 +0100 Subject: [PATCH] Fix links in README --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 325622f..4f3e85e 100644 --- a/README.rst +++ b/README.rst @@ -109,11 +109,11 @@ application that serves the API under `/icons/` and a test page under `/test.htm It is reduced to a minimal working example for the reader's convenience. -_`Iconify`: https://iconify.design/ -_`django-iconify`: https://edugit.org/AlekSIS/libs/django-iconify -_`poetry`: https://python-poetry.org/ -_`JSON collection`: https://github.com/iconify/collections-json -_`django-yarnpkg`: https://edugit.org/AlekSIS/libs/django-yarnpkg -_`Iconify SVG Framework`: https://docs.iconify.design/implementations/svg-framework/ -_`How to use Iconify in CSS`: https://docs.iconify.design/implementations/css.html -_`Git repository`: https://edugit.org/AlekSIS/libs/django-iconify +.. _Iconify: https://iconify.design/ +.. _django-iconify: https://edugit.org/AlekSIS/libs/django-iconify +.. _poetry: https://python-poetry.org/ +.. _JSON collection: https://github.com/iconify/collections-json +.. _django-yarnpkg: https://edugit.org/AlekSIS/libs/django-yarnpkg +.. _Iconify SVG Framework: https://docs.iconify.design/implementations/svg-framework/ +.. _How to use Iconify in CSS: https://docs.iconify.design/implementations/css.html +.. _Git repository: https://edugit.org/AlekSIS/libs/django-iconify -- GitLab