We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef8e6b commit 6ab71ebCopy full SHA for 6ab71eb
src/django_tailwind_cli/management/commands/tailwind.py
@@ -201,7 +201,7 @@ def runserver_plus(
201
):
202
msg = (
203
"Missing dependencies. Follow the instructions found on "
204
- "https://django-tailwind-cli.rtfd.io.me/installation/."
+ "https://django-tailwind-cli.rtfd.io/installation/."
205
)
206
raise CommandError(msg)
207
0 commit comments