From ef7fb2ff4c8be0a5dfbe799abc934f1a56770747 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Tue, 14 Mar 2023 13:55:09 +0100 Subject: [PATCH] Use GitHub as the main download source everywhere --- _layouts/download-3.html | 12 ++++++------ pages/maintenance.html | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/_layouts/download-3.html b/_layouts/download-3.html index 04927de5c9..4fc140c60f 100644 --- a/_layouts/download-3.html +++ b/_layouts/download-3.html @@ -25,7 +25,7 @@ layout: default {% if download.custom %} {{download.custom}} {% else %} - https://downloads.tuxfamily.org/godotengine/{{stable_version.name}}/{% if download.mono %}mono/{% endif %}Godot_v{{stable_version.name}}-stable_{{ download.slug }} + https://github.com/godotengine/godot/releases/download/{{stable_version.name}}-stable/Godot_v{{stable_version.name}}-stable_{{ download.slug }} {% endif %} {% endcapture %} @@ -89,7 +89,7 @@ layout: default {% if download.custom %} {{download.custom}} {% else %} - https://downloads.tuxfamily.org/godotengine/{{stable_version.name}}/{% if download.mono %}mono/{% endif %}Godot_v{{stable_version.name}}-stable_{{ download.slug }} + https://github.com/godotengine/godot/releases/download/{{stable_version.name}}-stable/Godot_v{{stable_version.name}}-stable_{{ download.slug }} {% endif %} {% endcapture %} @@ -101,14 +101,14 @@ layout: default {% unless page.ignore_export %}
- + Export templates (Standard) Used to export your games to all supported platforms
{% unless page.ignore_mono %}
- + Export templates (.NET) Used to export your games to all supported platforms ยท C# support @@ -221,12 +221,12 @@ layout: default

AAR library for Android

Use it to develop Android plugins in Java or Kotlin using the Godot API.

- + AAR library (standard)

- + AAR library (.NET / C#)

diff --git a/pages/maintenance.html b/pages/maintenance.html index a435d33bf4..21388e5d6f 100644 --- a/pages/maintenance.html +++ b/pages/maintenance.html @@ -15,7 +15,10 @@ permalink: /maintenance/index.html

The website is being currently down for maintenance as it's being upgraded. In the meantime, use these links:

Downloads

- All downloads on TuxFamily +

Community