Skip to content

Commit

Permalink
Documentation fixes. (Take 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Nov 16, 2024
1 parent 120205e commit 88adcc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/django_tailwind_cli/management/commands/tailwind.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 88adcc5

Please sign in to comment.