From 746a599eaae7eb15c84167f1dbf77edc1c8810a9 Mon Sep 17 00:00:00 2001 From: drwhut Date: Mon, 5 Aug 2024 16:10:33 +0100 Subject: [PATCH] Updated documentation domain to docs.tabletopclub.net --- CONTRIBUTING.md | 2 +- README.md | 14 +++++++------- assets/README.md | 2 +- game/Scripts/MainMenu.gd | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de65502f..fbb9213d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index ed7378dc..3086aaf6 100644 --- a/README.md +++ b/README.md @@ -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/).

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). diff --git a/assets/README.md b/assets/README.md index 4c9a7245..969c64f1 100644 --- a/assets/README.md +++ b/assets/README.md @@ -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). diff --git a/game/Scripts/MainMenu.gd b/game/Scripts/MainMenu.gd index 2c30ed5c..8cc9f7a1 100644 --- a/game/Scripts/MainMenu.gd +++ b/game/Scripts/MainMenu.gd @@ -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")