diff --git a/README.md b/README.md index b49baa8..5825ced 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.rst b/README.rst index 8b66053..fff0fd5 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ Static Media ~~~~~~~~~~~~ Preferred: Use the `staticfiles -app `__ +app `__ Alternate: Copy the ``adminsortable`` folder from the ``static`` folder to the location you serve static files from.