1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Link to manual at github releases page.

This commit is contained in:
Bartosz Taudul
2020-04-11 01:41:03 +02:00
parent 2c11418d33
commit 0a8287c72d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ static void DrawContents()
ImGui::Spacing();
if( ImGui::Button( ICON_FA_BOOK " Manual" ) )
{
OpenWebpage( "https://bitbucket.org/wolfpld/tracy/downloads/tracy.pdf" );
OpenWebpage( "https://github.com/wolfpld/tracy/releases" );
}
ImGui::SameLine();
if( ImGui::Button( ICON_FA_GLOBE_AMERICAS " Web" ) )