Closed SmallJoker closed 9 months ago
Proposed fix:
diff --git a/index.html b/index.html index 66d53c1..43eb475 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ <h1>Free cross-platform RTS engine providing "Age of Empires"-<br/>style game mechanics</h1> <div id="mainbuttons"> <a href="https://repo.openage.dev" class="code" id="button">View the Code</a> - <a href="https://bintray.com/simonsan/openage-packages/openage-windows-nightly/_latestVersion" class="tgz" id="button">Windows Packages</a> + <a href="https://github.com/SFTtech/openage/releases" class="tgz" id="button">Windows Packages</a> <a href="https://repology.org/project/openage/versions" class="tgz" id="button">Linux Packages</a> </div> </div>
thx for the hint! i've removed the windows packages link for now since we don't build them at the moment.
Proposed fix: