Fixed the About page to actually link to the changelog.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-21 15:05:09 -04:00
parent 72c4c63b95
commit b538b4fa2d

View File

@@ -301,5 +301,5 @@ static std::string get_viewer_release_notes_url()
std::ostringstream url;
url << RELEASE_NOTES_BASE_URL << LLURI::mapToQueryString(query);
return url.str();
return "http://ascent.balseraph.org/index.php/Ascent_" + version.str();// url.str();
}