Skip to content

Commit 7d8cd61

Browse files
committed
django-tailwind-cli.andrich.me -> django-tailwind-cli.rtfd.io
1 parent afd9257 commit 7d8cd61

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.andrich.me/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.me/installation/) if you want to activate browser reload or the `runserver_plus` management command known from `django-extensions`.
6161

6262
## Features
6363

@@ -77,7 +77,7 @@ Python 3.9 or newer with Django >= 4.2.
7777

7878
## Documentation
7979

80-
The documentation can be found at [https://django-tailwind-cli.andrich.me/](https://django-tailwind-cli.andrich.me/)
80+
The documentation can be found at [https://django-tailwind-cli.rtfd.io/](https://django-tailwind-cli.rtfd.io/)
8181

8282
## Contributing
8383

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies = [
3535
django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"]
3636

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

4242
[tool.uv]

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.andrich.me/installation/."
204+
"https://django-tailwind-cli.rtfd.io.me/installation/."
205205
)
206206
raise CommandError(msg)
207207

0 commit comments

Comments
 (0)