From 54877afc6f7988407c15c49ca27056821360fd3b Mon Sep 17 00:00:00 2001 From: Timi007 Date: Mon, 13 Jan 2025 00:46:52 +0100 Subject: [PATCH] Fix ACE3 page links --- README.md | 2 +- docs/development/coding_guidelines.md | 2 +- docs/home.md | 2 +- tools/deploy.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 714a0909f..f7cfb1f87 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Zeus Enhanced is built with communities who use Zeus as their primary mission ma For an in-depth breakdown of the features and frameworks please visit the [website](https://zen-mod.github.io/ZEN). This mod is built using the same foundation and design standards as the ACE3 Project. -Special thanks to the [ACE3 Team](http://ace3mod.com/team.html) for their open source nature and permission to use their systems, without their work this would not be possible. +Special thanks to the [ACE3 Team](https://ace3.acemod.org/team) for their open source nature and permission to use their systems, without their work this would not be possible. ## Features diff --git a/docs/development/coding_guidelines.md b/docs/development/coding_guidelines.md index 1736df70d..0e94bf951 100644 --- a/docs/development/coding_guidelines.md +++ b/docs/development/coding_guidelines.md @@ -67,7 +67,7 @@ An addon template is available at the [extras/blank](https://github.com/zen-mod/ All text that shall be displayed to a user shall be defined in a `stringtable.xml` file for multi-language support. - There shall be no empty stringtable language values. -- All stringtables shall follow the format as specified by [Tabler](https://github.com/bux/tabler) and the [translation guidelines](http://ace3mod.com/wiki/development/how-to-translate-ace3.html) form. +- All stringtables shall follow the format as specified by [Tabler](https://github.com/bux/tabler) and the [translation guidelines](https://ace3.acemod.org/wiki/development/how-to-translate-ace3) form. ## 2. Macro Usage diff --git a/docs/home.md b/docs/home.md index 3704ecdb7..5b59dff2a 100644 --- a/docs/home.md +++ b/docs/home.md @@ -5,7 +5,7 @@ Zeus Enhanced is built with communities who use Zeus as their primary mission making tool in mind by enabling curators with powerful tools to create dynamic scenarios in an efficient manner. This mod is built using the same foundation and design standards as the ACE3 Project. -Special thanks to the [ACE3 Team](http://ace3mod.com/team.html) for their open source nature and permission to use their systems, without their work this would not be possible. +Special thanks to the [ACE3 Team](https://ace3.acemod.org/team) for their open source nature and permission to use their systems, without their work this would not be possible. ## Features {docsify-ignore} diff --git a/tools/deploy.py b/tools/deploy.py index c3ace291e..6ea9c8e88 100644 --- a/tools/deploy.py +++ b/tools/deploy.py @@ -16,7 +16,7 @@ TRANSLATIONISSUE = 190 -TRANSLATIONBODY = """**[Translation Guide](http://ace3mod.com/wiki/development/how-to-translate-ace3.html)** +TRANSLATIONBODY = """**[Translation Guide](https://ace3.acemod.org/wiki/development/how-to-translate-ace3)** {} """