Skip to content

Commit 88adcc5

Browse files
committed
Documentation fixes. (Take 3)
1 parent 120205e commit 88adcc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The goal of this library is to provided the simplest possible Tailwind integrati
5757

5858
Enjoy!
5959

60-
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`.
60+
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`.
6161

6262
## Features
6363

src/django_tailwind_cli/management/commands/tailwind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def runserver_plus(
201201
):
202202
msg = (
203203
"Missing dependencies. Follow the instructions found on "
204-
"https://django-tailwind-cli.rtfd.io/installation/."
204+
"https://django-tailwind-cli.rtfd.io/latest/installation/."
205205
)
206206
raise CommandError(msg)
207207

0 commit comments

Comments
 (0)