Changed the docs url from godot's to my docs repository.

This commit is contained in:
Relintai 2023-08-29 22:27:51 +02:00
parent 889cba3244
commit 2c7e26feaf
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ def generate_version_header(module_version_string=""):
#define VERSION_YEAR {year}
#define VERSION_WEBSITE "{website}"
#define VERSION_DOCS_BRANCH "{docs_branch}"
#define VERSION_DOCS_URL "https://docs.godotengine.org/en/" VERSION_DOCS_BRANCH
#define VERSION_DOCS_URL "https://github.com/Relintai/pandemonium_engine_docs/blob/" VERSION_DOCS_BRANCH
#endif // VERSION_GENERATED_GEN_H
""".format(
**version_info

View File

@ -7,4 +7,4 @@ status = "development"
module_config = ""
year = 2023
website = "https://github.com/Relintai/pandemonium_engine"
docs = "4.0"
docs = "master"