Skip to content

Commit 82a8cee

Browse files
authored
chore: update documentation URLs to advanced-alchemy.dev (#609)
Replace previous documentation URLs with the dedicated domain name.
1 parent 9e50426 commit 82a8cee

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,12 @@ or the [project-specific GitHub discussions page][project-discussions].
339339
</p>
340340

341341
[litestar-org]: https://github.com/litestar-org
342-
[contributing]: https://docs.advanced-alchemy.litestar.dev/latest/contribution-guide.html
342+
[contributing]: https://advanced-alchemy.dev/latest/contribution-guide.html
343343
[discord]: https://discord.gg/litestar
344344
[litestar-discussions]: https://github.com/orgs/litestar-org/discussions
345345
[project-discussions]: https://github.com/litestar-org/advanced-alchemy/discussions
346-
[project-docs]: https://docs.advanced-alchemy.litestar.dev
347-
[install-guide]: https://docs.advanced-alchemy.litestar.dev/latest/#installation
346+
[project-docs]: https://advanced-alchemy.dev
347+
[install-guide]: https://advanced-alchemy.dev/latest/#installation
348348
[fastapi-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/fastapi/fastapi_service.py
349349
[flask-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/flask/flask_services.py
350350
[litestar-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/litestar/litestar_service.py

docs/PYPI_README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,12 @@ or the [project-specific GitHub discussions page][project-discussions].
326326
</p>
327327

328328
[litestar-org]: https://github.com/litestar-org
329-
[contributing]: https://docs.advanced-alchemy.litestar.dev/latest/contribution-guide.html
329+
[contributing]: https://advanced-alchemy.dev/latest/contribution-guide.html
330330
[discord]: https://discord.gg/litestar
331331
[litestar-discussions]: https://github.com/orgs/litestar-org/discussions
332332
[project-discussions]: https://github.com/litestar-org/advanced-alchemy/discussions
333-
[project-docs]: https://docs.advanced-alchemy.litestar.dev
334-
[install-guide]: https://docs.advanced-alchemy.litestar.dev/latest/#installation
333+
[project-docs]: https://advanced-alchemy.dev
334+
[install-guide]: https://advanced-alchemy.dev/latest/#installation
335335
[fastapi-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/fastapi/fastapi_service.py
336336
[flask-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/flask/flask_services.py
337337
[litestar-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/litestar/litestar_service.py

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
:pr: 379
740740
:issue: 338
741741

742-
Fix query repositories list method according to [documentation](https://docs.advanced-alchemy.litestar.dev/latest/usage/repositories.html#query-repository).
742+
Fix query repositories list method according to [documentation](https://advanced-alchemy.dev/latest/usage/repositories.html#query-repository).
743743

744744
Now its return a list of tuples with values instead of first column of the query.
745745

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ requires-python = ">=3.9"
4848
version = "1.8.0"
4949

5050
[project.urls]
51-
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
51+
Changelog = "https://advanced-alchemy.dev/latest/changelog"
5252
Discord = "https://discord.gg/litestar"
53-
Documentation = "https://docs.advanced-alchemy.litestar.dev/latest/"
53+
Documentation = "https://advanced-alchemy.dev/latest/"
5454
Funding = "https://github.com/sponsors/litestar-org"
55-
Homepage = "https://docs.advanced-alchemy.litestar.dev/latest/"
55+
Homepage = "https://advanced-alchemy.dev/latest/"
5656
Issue = "https://github.com/litestar-org/advanced-alchemy/issues/"
5757
Source = "https://github.com/litestar-org/advanced-alchemy"
5858

0 commit comments

Comments
 (0)