SFTtech / openage-pr

openage website and public relations content
http://openage.dev
7 stars 6 forks source link

Bintray is unavailable. Refer to the GitHub releases page instead #24

Closed SmallJoker closed 7 months ago

SmallJoker commented 2 years 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>
TheJJ commented 7 months ago

thx for the hint! i've removed the windows packages link for now since we don't build them at the moment.