Ver código fonte

:handshake: Fix django-content-settings link #HSFDPMUW (#362)

* Fix django-content-settings link #HSFDPMUW

Updated the link for django-content-settings from .../latest to .../master

* Apply suggestion from @jefftriplett

---------

Co-authored-by: Jeff Triplett <jefftriplett@users.noreply.github.com>
Manuel 1 semana atrás
pai
commit
d6f4f37b9c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -163,7 +163,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
 - [environs](https://github.com/sloria/environs) - Simplified environment variable parsing that comes with a [Django helper](https://github.com/sloria/environs#usage-with-django) that installs additional packages.
 <!--lint enable double-link-->
 - [django-classy-settings](https://github.com/funkybob/django-classy-settings) - Class-based settings to keep your environments in order, with easy access to typed environment variables.
-- [django-content-settings](https://django-content-settings.readthedocs.io/en/latest/) - Easily create and manage editable typed variables directly from the Django admin panel.
+- [django-content-settings](https://github.com/occipital/django-content-settings) - Easily create and manage editable typed variables directly from the Django admin panel.
 
 ### Content Management Systems
 <!--lint disable double-link-->