Skip to content

Commit

Permalink
Documentation fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Nov 16, 2024
1 parent 1ef8e6b commit 6ab71eb
Showing 1 changed file with 1 addition and 1 deletion.
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.me/installation/."
"https://django-tailwind-cli.rtfd.io/installation/."
)
raise CommandError(msg)

Expand Down

0 comments on commit 6ab71eb

Please sign in to comment.