From 2c7e26feaf590079d9888341d3f2c8d139981b3a Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 29 Aug 2023 22:27:51 +0200 Subject: [PATCH] Changed the docs url from godot's to my docs repository. --- methods.py | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/methods.py b/methods.py index 1f25bfed8..99670a1b5 100644 --- a/methods.py +++ b/methods.py @@ -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 diff --git a/version.py b/version.py index 0bb75128c..d6c05709d 100644 --- a/version.py +++ b/version.py @@ -7,4 +7,4 @@ status = "development" module_config = "" year = 2023 website = "https://github.com/Relintai/pandemonium_engine" -docs = "4.0" +docs = "master"