Remove the php extension from the download URL

Hopefully, the url won't change that way when the implementation changes.
Günther Brammer 2010-12-03 22:48:34 +01:00
parent 85c306745b
commit 26ea10106f
2 changed files with 3 additions and 3 deletions

View File

@ -45,8 +45,8 @@ clonk.xsl also uses it to match the processing for it. -->
<li><a href="http://wiki.openclonk.org/w/About">About</a></li>
</ul>
</li>
<li><!--[if lt IE 9]><span><![endif]--><a href="http://wiki.openclonk.org/w/Download">Download</a><!--[if lt IE 9]></span><![endif]--> <ul>
<li><a href="http://wiki.openclonk.org/w/Download">Latest Release</a></li>
<li><!--[if lt IE 9]><span><![endif]--><a href="http://www.openclonk.org/w/download">Download</a><!--[if lt IE 9]></span><![endif]--> <ul>
<li><a href="http://www.openclonk.org/download">Latest Release</a></li>
<li><a href="http://www.openclonk.org/nightly-builds">Nightly builds</a></li>
</ul>
</li>

View File

@ -171,7 +171,7 @@ bool C4UpdateDlg::DoUpdate(const char *szUpdateURL, C4GUI::Screen *pScreen)
if (!C4DownloadDlg::DownloadFile(LoadResStr("IDS_TYPE_UPDATE"), pScreen, strRemoteURL.getData(), strLocalFilename.getData(), LoadResStr("IDS_MSG_UPDATENOTAVAILABLE")))
{
// Download failed, open browser so the user can download a full package
OpenURL("http://www.openclonk.org/download.php");
OpenURL("http://www.openclonk.org/download");
// return success, because error message has already been shown
return true;
}