Skip to content

Commit

Permalink
Fix download links to point to dev / stable packages correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Dec 11, 2008
1 parent 878c1a1 commit c01499b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download.php
Expand Up @@ -23,7 +23,7 @@
<h3>Stable release</h3>
This is the latest stable MantisBT release. Download this file for production use.
<p align="center">
<a class="bold" href="http://sourceforge.net/project/showfiles.php?group_id=14963">Download MantisBT <?php echo $g_latest_version_stable; ?></a>
<a class="bold" href="http://sourceforge.net/project/showfiles.php?group_id=14963&amp;package_id=166159">Download MantisBT <?php echo $g_latest_version_stable; ?></a>
</p>
<p style="position: absolute; top: 17em; left: 3em;">
[ <a href="/requirements.php">Requirements</a> | <a href="bugs/changelog_page.php?project=mantisbt&version=<?php echo $g_latest_version_stable; ?>">Changelog</a> ]
Expand All @@ -36,7 +36,7 @@
providing feedback. It is not recommended for production use unless you are
like bleeding edge and comfortable with PHP and able to trouble shoot any issues that may arise.
<p align="center">
<a class="bold" href="http://sourceforge.net/project/showfiles.php?group_id=14963&amp;package_id=166159">Download MantisBT <?php echo $g_latest_version_dev; ?></a>
<a class="bold" href="http://sourceforge.net/project/showfiles.php?group_id=14963&amp;package_id=12175">Download MantisBT <?php echo $g_latest_version_dev; ?></a>
</p>
<p style="position: absolute; top: 17em; left: 3em;">
[ <a href="/requirements.php">Requirements</a> | <a href="bugs/changelog_page.php?project=mantisbt&version=<?php echo $g_latest_version_dev; ?>">Changelog</a> ]
Expand Down

0 comments on commit c01499b

Please sign in to comment.