From b286fcc96e664336c3f6baaaa9b406782e6ddbea Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sat, 29 Feb 2020 20:36:21 -0500 Subject: [PATCH] Updated links to static files documentation. --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.