From 0a8287c72d919009774788cce6ab001accb6b793 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 11 Apr 2020 01:41:03 +0200 Subject: [PATCH] Link to manual at github releases page. --- README.md | 2 +- profiler/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6b362b2..199ab4da 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tracy supports profiling CPU (C, C++11, Lua), GPU (OpenGL, Vulkan), memory, locks, context switches, per-frame screenshots and more. -For usage **and build process** instructions, consult the user manual [at the following address](https://bitbucket.org/wolfpld/tracy/downloads/tracy.pdf). +For usage **and build process** instructions, consult the user manual [at the following address](https://github.com/wolfpld/tracy/releases). ![](doc/profiler.png) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 02004bae..53c5596a 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -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" ) )