Skip to content

Commit

Permalink
Updated documentation domain to docs.tabletopclub.net
Browse files Browse the repository at this point in the history
  • Loading branch information
drwhut committed Aug 5, 2024
1 parent 3a76a71 commit 746a599
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand All @@ -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

Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion game/Scripts/MainMenu.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 746a599

Please sign in to comment.