Skip to content

Commit b887770

Browse files
committed
Update links
1 parent c17fe37 commit b887770

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<img alt="Django Select2: Custom autocomplete fields for Django" src="https://github.com/codingjoe/django-select2/raw/main/images/logo-light.svg">
66
</picture>
77
<br>
8-
<a href="https://django-select2.rtfd.io">Documentation</a>
8+
<a href="https://django-select2.rtfd.io">Documentation</a> |
9+
<a href="https://github.com/codingjoe/django-select2/issues/new/choose">Issues</a> |
10+
<a href="https://github.com/codingjoe/django-select2/releases">Changelog</a> |
11+
<a href="https://github.com/sponsors/codingjoe">Funding</a> 💚
912
</p>
1013

1114
# Django-Select2

docs/index.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
################
2-
Django Select2
3-
################
4-
51
.. image:: https://github.com/codingjoe/django-select2/raw/main/images/logo-light.svg
62
:align: center
73
:alt: Django Select2: Custom autocomplete fields for Django
@@ -12,6 +8,19 @@
128
:alt: Django Select2: Custom autocomplete fields for Django
139
:class: only-dark
1410

11+
################
12+
Django Select2
13+
################
14+
15+
*Custom autocomplete fields for Django.*
16+
17+
`Documentation`_ | `Issues`_ | `Changelog`_ | `Funding`_ 💚
18+
19+
.. _documentation: https://django-select2.rtfd.io/
20+
.. _issues: https://github.com/codingjoe/django-select2/issues/new/choose
21+
.. _changelog: https://github.com/codingjoe/django-select2/releases
22+
.. _funding: https://github.com/sponsors/codingjoe
23+
1524
**************
1625
Installation
1726
**************

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,14 @@ docs = [
5252
]
5353

5454
[project.urls]
55-
Project-URL = "https://github.com/codingjoe/django-select2"
55+
# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
56+
Homepage = "https://github.com/codingjoe/django-select2"
5657
Changelog = "https://github.com/codingjoe/django-select2/releases"
5758
Source = "https://github.com/codingjoe/django-select2"
59+
Releasenotes = "https://github.com/codingjoe/django-select2/releases/latest"
5860
Documentation = "https://django-select2.rtfd.io/"
59-
Issue-Tracker = "https://github.com/codingjoe/django-select2/issues"
61+
Issues = "https://github.com/codingjoe/django-select2/issues"
62+
Funding = "https://github.com/sponsors/codingjoe"
6063

6164
[tool.flit.module]
6265
name = "django_select2"

0 commit comments

Comments
 (0)