Skip to content

Commit

Permalink
Updated links to static files documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Taylor committed Mar 1, 2020
1 parent db162bf commit b286fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ django-admin-sortable is currently incompatible with that setting.

### Static Media
Preferred:
Use the [staticfiles app](https://docs.djangoproject.com/en/1.6/ref/contrib/staticfiles/)
Use the [staticfiles app](https://docs.djangoproject.com/en/3.0/howto/static-files/)

Alternate:
Copy the `adminsortable` folder from the `static` folder to the
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -84,7 +84,7 @@ Static Media
~~~~~~~~~~~~

Preferred: Use the `staticfiles
app <https://docs.djangoproject.com/en/1.6/ref/contrib/staticfiles/>`__
app <https://docs.djangoproject.com/en/3.0/howto/static-files/>`__

Alternate: Copy the ``adminsortable`` folder from the ``static`` folder
to the location you serve static files from.
Expand Down

0 comments on commit b286fcc

Please sign in to comment.