Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/nginx/sites-enabled/dfhack.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions home/dfhack/www/builds/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h2>Development builds (potentially unstable)</h2>
<a href="https://docs.dfhack.org/en/latest/docs/Introduction.html#support">See our documentation</a> for ways to provide feedback and/or get involved.
</p>
<p>
For most users, we recommend the pre-release builds on <a href="https://store.steampowered.com/app/2346660/DFHack">Steam</a>,
but if you're looking for a bleeding-edge development build, <a href="https://docs.dfhack.org/en/latest/docs/Installing.html#downloading-dfhack">See instructions here</a>.
If you are helping test features being discussed on the <a href="/discord">DFHack Discord server</a>, please subscribe to the <strong>testing</strong> branch on <a href="https://store.steampowered.com/app/2346660/DFHack">Steam</a>.
If you're looking for a bleeding-edge development build, you can download a build artifact from the most recent <a href="https://github.com/DFHack/dfhack/actions/workflows/build.yml?query=branch%3Adevelop+is%3Asuccess">GitHub build action</a>.
</p>
</section>
</header>
Expand Down