Skip to content

Commit

Permalink
django-tailwind-cli.andrich.me -> django-tailwind-cli.rtfd.io
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Oct 9, 2024
1 parent afd9257 commit 7d8cd61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.andrich.me/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.me/installation/) if you want to activate browser reload or the `runserver_plus` management command known from `django-extensions`.

## Features

Expand All @@ -77,7 +77,7 @@ Python 3.9 or newer with Django >= 4.2.
## Documentation
The documentation can be found at [https://django-tailwind-cli.andrich.me/](https://django-tailwind-cli.andrich.me/)
The documentation can be found at [https://django-tailwind-cli.rtfd.io/](https://django-tailwind-cli.rtfd.io/)
## Contributing
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies = [
django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"]

[project.urls]
Home = "https://django-tailwind-cli.andrich.me/"
Documentation = "https://django-tailwind-cli.andrich.me/"
Home = "https://django-tailwind-cli.rtfd.io.me/"
Documentation = "https://django-tailwind-cli.rtfd.io.me/"
Repository = "https://github.com/oliverandrich/django-tailwind-cli"

[tool.uv]
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.andrich.me/installation/."
"https://django-tailwind-cli.rtfd.io.me/installation/."
)
raise CommandError(msg)

Expand Down

0 comments on commit 7d8cd61

Please sign in to comment.