Skip to content

Commit

Permalink
Update external links to Select2
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored and codingjoe committed May 23, 2020
1 parent 8759a34 commit 0188e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ See `Github releases`_


.. _Django: https://www.djangoproject.com/
.. _Select2: http://ivaynberg.github.com/select2/
.. _Select2: https://select2.org/
.. _autocomplete_fields: https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields
.. _CHANGELOG.md: CHANGELOG.md
.. _Github releases: https://github.com/applegrew/django-select2/releases
Expand Down
2 changes: 1 addition & 1 deletion django_select2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The application includes Select2 driven Django Widgets and Form Fields.
.. _Django: https://www.djangoproject.com/
.. _Select2: http://ivaynberg.github.com/select2/
.. _Select2: https://select2.org/
"""
default_app_config = 'django_select2.apps.Select2AppConfig'

0 comments on commit 0188e55

Please sign in to comment.