Skip to content

Commit

Permalink
Update doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed Sep 27, 2021
1 parent 8f8904f commit e937a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ python -m pip install -U hikari-tanjun

# Quick Usage.

For usage see the the [documentation](https://fasterspeeding.github.io/Tanjun/)
For usage see the the [documentation](https://tanjun.cursed.solutions/)
and the [examples](https://github.com/FasterSpeeding/Tanjun/tree/master/examples).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tests = ["pytest==6.2.5", "pytest-asyncio==0.15.1", "pytest-cov==2.12.1"]
[project.urls]
homepage = "https://github.com/FasterSpeeding/Tanjun"
repository = "https://github.com/FasterSpeeding/Tanjun"
documentation = "https://fasterspeeding.github.io/Tanjun/"
documentation = "https://tanjun.cursed.solutions/"
changelog = "https://github.com/FasterSpeeding/tanjun/blob/master/CHANGELOG.md"

[tool.flit.module]
Expand Down
2 changes: 1 addition & 1 deletion tanjun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async def main() -> None:
__ci__: typing.Final[str] = "https://github.com/FasterSpeeding/Tanjun/actions"
__copyright__: typing.Final[str] = "© 2020-2021 Faster Speeding"
__coverage__: typing.Final[str] = "https://codeclimate.com/github/FasterSpeeding/Tanjun"
__docs__: typing.Final[str] = "https://fasterspeeding.github.io/Tanjun/"
__docs__: typing.Final[str] = "https://tanjun.cursed.solutions/"
__email__: typing.Final[str] = "lucina@lmbyrne.dev"
__issue_tracker__: typing.Final[str] = "https://github.com/FasterSpeeding/Tanjun/issues"
__license__: typing.Final[str] = "BSD"
Expand Down

0 comments on commit e937a4b

Please sign in to comment.