Updated documentation domain to docs.tabletopclub.net

This commit is contained in:
drwhut 2024-08-05 16:10:33 +01:00
parent 3a76a71ce1
commit 746a599eaa
4 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@
We're always open to contributions to help make the game better! If you want to
report a bug, suggest a feature, or contribute to the project directly, have a
look at the
[documentation](https://tabletop-club.readthedocs.io/en/stable/general/contributing/ways_to_contribute.html)
[documentation](https://docs.tabletopclub.net/en/stable/general/contributing/ways_to_contribute.html)
to see how you can help out!
## Code of conduct

View File

@ -5,7 +5,7 @@
Tabletop Club is an open-source multiplayer game that allows you to play your
favourite tabletop games in a physics-driven 3D environment with the use of
easy-to-make
[asset packs](https://tabletop-club.readthedocs.io/en/stable/custom_assets/asset_packs/index.html)!
[asset packs](https://docs.tabletopclub.net/en/stable/custom_assets/asset_packs/index.html)!
The game is available on Windows, macOS, and Linux, and is being developed with
the [Godot Engine](https://godotengine.org/).
@ -24,9 +24,9 @@ the [Godot Engine](https://godotengine.org/).
</p>
To download the game, you can either
[download an official binary](https://tabletop-club.readthedocs.io/en/stable/general/download/downloading_binaries.html)
[download an official binary](https://docs.tabletopclub.net/en/stable/general/download/downloading_binaries.html)
or
[compile the game from source](https://tabletop-club.readthedocs.io/en/stable/general/download/compiling_from_source.html).
[compile the game from source](https://docs.tabletopclub.net/en/stable/general/download/compiling_from_source.html).
## Community
@ -58,15 +58,15 @@ If you want to help translate the project, you can go to the project's
[Hosted Weblate](https://hosted.weblate.org/engage/tabletop-club/) page.
You can find out more about contributing translations
[here](https://tabletop-club.readthedocs.io/en/stable/general/contributing/ways_to_contribute.html#translating-the-project).
[here](https://docs.tabletopclub.net/en/stable/general/contributing/ways_to_contribute.html#translating-the-project).
## Contributing
Want to help contribute to the project? Have a look at the
[ways you can contribute](https://tabletop-club.readthedocs.io/en/stable/general/contributing/ways_to_contribute.html)!
[ways you can contribute](https://docs.tabletopclub.net/en/stable/general/contributing/ways_to_contribute.html)!
## Documentation
[![Documentation Status](https://readthedocs.org/projects/tabletop-club/badge/?version=latest)](https://tabletop-club.readthedocs.io/en/stable/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/tabletop-club/badge/?version=latest)](https://docs.tabletopclub.net/en/stable/?badge=latest)
The documentation is hosted on [ReadTheDocs](https://tabletop-club.readthedocs.io/en/stable).
The documentation is hosted on [ReadTheDocs](https://docs.tabletopclub.net/en/stable).

View File

@ -17,4 +17,4 @@ import them so you can use them in-game!
For information and tutorials as to how you can make your own assets for
Tabletop Club, have a look at the
[documentation](https://tabletop-club.readthedocs.io/en/stable/custom_assets/asset_packs/index.html).
[documentation](https://docs.tabletopclub.net/en/stable/custom_assets/asset_packs/index.html).

View File

@ -257,7 +257,7 @@ func _on_CodeIcon_pressed():
OS.shell_open("https://github.com/drwhut/tabletop-club")
func _on_HelpButton_pressed():
OS.shell_open("https://tabletop-club.readthedocs.io/en/stable/")
OS.shell_open("https://docs.tabletopclub.net")
func _on_DiscordButton_pressed():
OS.shell_open("https://discord.gg/GqYkGV4WwX")