Skip to content

Commit

Permalink
Fix link to release notes on downloads page
Browse files Browse the repository at this point in the history
Thanks to John Coppens for reporting this issue!
  • Loading branch information
Dominic Hopf committed Jun 23, 2015
1 parent f11c354 commit 8ef59e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/downloads.html
Expand Up @@ -28,8 +28,7 @@ <h2>Download Geany-Plugins</h2>
$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";

This comment has been minimized.

Copy link
@b4n

b4n Jun 23, 2015

Member

typo, "fis"

This comment has been minimized.

Copy link
@dmaphy

dmaphy Jun 23, 2015

Member

Fixed, thanks.

echo "<table>";
echo "<tr>";
echo " <th>Download</th>";
Expand Down

0 comments on commit 8ef59e9

Please sign in to comment.