diff --git a/README.md b/README.md index 8bc7c4d..4bb731c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The goal of this library is to provided the simplest possible Tailwind integrati Enjoy! -Checkout the detailed [installation guide](https://django-tailwind-cli.rtfd.io/installation/) if you want to activate browser reload or the `runserver_plus` management command known from `django-extensions`. +Checkout the detailed [installation guide](https://django-tailwind-cli.rtfd.io/latest/installation/) if you want to activate browser reload or the `runserver_plus` management command known from `django-extensions`. ## Features diff --git a/src/django_tailwind_cli/management/commands/tailwind.py b/src/django_tailwind_cli/management/commands/tailwind.py index 926d41e..eae7feb 100644 --- a/src/django_tailwind_cli/management/commands/tailwind.py +++ b/src/django_tailwind_cli/management/commands/tailwind.py @@ -201,7 +201,7 @@ def runserver_plus( ): msg = ( "Missing dependencies. Follow the instructions found on " - "https://django-tailwind-cli.rtfd.io/installation/." + "https://django-tailwind-cli.rtfd.io/latest/installation/." ) raise CommandError(msg)