Fixed the About page to actually link to the changelog.
Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -301,5 +301,5 @@ static std::string get_viewer_release_notes_url()
|
|||||||
std::ostringstream url;
|
std::ostringstream url;
|
||||||
url << RELEASE_NOTES_BASE_URL << LLURI::mapToQueryString(query);
|
url << RELEASE_NOTES_BASE_URL << LLURI::mapToQueryString(query);
|
||||||
|
|
||||||
return url.str();
|
return "http://ascent.balseraph.org/index.php/Ascent_" + version.str();// url.str();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user