diff options
Diffstat (limited to 'make/template/config.h')
-rw-r--r-- | make/template/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/template/config.h b/make/template/config.h index a4a21250a..034191893 100644 --- a/make/template/config.h +++ b/make/template/config.h @@ -43,6 +43,9 @@ /** The default location that module files are stored in. */ #define INSPIRCD_MODULE_PATH "@MODULE_DIR@" +/** The URL of the InspIRCd docs site. */ +#define INSPIRCD_DOCS "https://docs.inspircd.org/@VERSION_MAJOR@/" + #ifndef _WIN32 %target include/config.h |