Branch: refs/heads/master Author: Dominic Hopf dominic.hopf@surfmedia.de Committer: Dominic Hopf dominic.hopf@surfmedia.de Date: Tue, 23 Jun 2015 16:01:33 UTC Commit: 8ef59e9c6e3149328f2eeab0959555559c7d46d3 https://github.com/geany/plugins.geany.org/commit/8ef59e9c6e3149328f2eeab095...
Log Message: ----------- Fix link to release notes on downloads page
Thanks to John Coppens for reporting this issue!
Modified Paths: -------------- content/downloads.html
Modified: content/downloads.html 3 lines changed, 1 insertions(+), 2 deletions(-) =================================================================== @@ -28,8 +28,7 @@ $version = max($versions); $wversion = max($wversions);
- echo "The latest version for Linux/Unix is " . $version . ", you should take a look at the <a href="./geany-plugins/geany-plugins-" . $version . ".NEWS">release notes</a>.<br />\n"; - echo "The latest version for Windows is " . $wversion . ", <a href="./geany-plugins/geany-plugins-" . $wversion . ".NEWS">release notes</a>.<br />\n"; + echo "The latest version fis " . $version . ", you should take a look at the <a href="https://raw.githubusercontent.com/geany/geany-plugins/". $version ."/NEWS">release notes</a>.<br />\n"; echo "<table>"; echo "<tr>"; echo " <th>Download</th>";
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).