Skip to content
Open
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
16 changes: 8 additions & 8 deletions _includes/pages/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ <h2>{{ "Windows" | i18n }}</h2>
</a>
</li>
</ul>
<p>
{{ "You can also get the latest development version of Luanti from
<a href='https://forum.luanti.org/viewforum.php?f=42'>builds made by community members</a>." | i18n
}}
{{ "These builds are more recent than the officially released builds
and contain new features (at the cost of stability)." | i18n }}
</p>
</div>

<div class="column is-12-tablet is-6-desktop">
Expand Down Expand Up @@ -246,7 +239,14 @@ <h2>macOS</h2>
</div>

<div class="column is-12-tablet is-6-desktop">
<h2>{{ "Source code" | i18n }}</h2>
<h2>{{ "Community builds and Source code" | i18n }}</h2>
<p>
{{ "You can also get the latest development version of Luanti from
<a href='https://forum.luanti.org/viewforum.php?f=42'>builds made by community members</a>." | i18n
}}
{{ "These builds are more recent than the officially released builds
and contain new features (at the cost of stability)." | i18n }}
</p>
<p>
{{ "Get the latest <a href='https://github.com/luanti-org/luanti/tree/stable-5'>stable</a>
or <a href='https://github.com/luanti-org/luanti'>development</a> source code from
Expand Down