From 78a8145bcc8b76ff6ad76c07a855d0ea1c154f44 Mon Sep 17 00:00:00 2001
From: Myk Taylor
Date: Mon, 1 Apr 2024 23:35:38 -0700
Subject: [PATCH 1/2] update the build page with links and info
---
home/dfhack/www/builds/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/home/dfhack/www/builds/index.html b/home/dfhack/www/builds/index.html
index c4bd8e2..6900057 100644
--- a/home/dfhack/www/builds/index.html
+++ b/home/dfhack/www/builds/index.html
@@ -21,8 +21,8 @@ Development builds (potentially unstable)
See our documentation for ways to provide feedback and/or get involved.
- For most users, we recommend the pre-release builds on Steam,
- but if you're looking for a bleeding-edge development build, See instructions here.
+ If you are helping test features being discussed on the DFHack Discord server, please subscribe to the testing branch on Steam.
+ If you're looking for a bleeding-edge development build, you can download a build artifact from the most recent GitHub build action.
From d05075cb4abbc14f1e51bbe74f3406b83a1984ab Mon Sep 17 00:00:00 2001
From: Myk
Date: Sat, 12 Apr 2025 11:04:25 -0700
Subject: [PATCH 2/2] Update discord invite link
---
etc/nginx/sites-enabled/dfhack.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/nginx/sites-enabled/dfhack.org b/etc/nginx/sites-enabled/dfhack.org
index c96d5a5..c94dec3 100644
--- a/etc/nginx/sites-enabled/dfhack.org
+++ b/etc/nginx/sites-enabled/dfhack.org
@@ -34,7 +34,7 @@ server {
location / {
rewrite ^/bay12 http://www.bay12forums.com/smf/index.php?topic=164123.0 redirect;
rewrite ^/docs https://dfhack.readthedocs.io redirect;
- rewrite ^/discord https://discord.gg/qMfsvejk2e redirect;
+ rewrite ^/discord https://discord.gg/Y7x8vgpw8F redirect;
rewrite ^/support https://docs.dfhack.org/en/latest/docs/Support.html;
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.