mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
Changed the docs url from godot's to my docs repository.
This commit is contained in:
parent
889cba3244
commit
2c7e26feaf
@ -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
|
||||
|
@ -7,4 +7,4 @@ status = "development"
|
||||
module_config = ""
|
||||
year = 2023
|
||||
website = "https://github.com/Relintai/pandemonium_engine"
|
||||
docs = "4.0"
|
||||
docs = "master"
|
||||
|
Loading…
Reference in New Issue
Block a user