SaveTool: change repo link.

This commit is contained in:
Guillaume Jacquemin 2021-07-13 19:00:27 +02:00
parent 5ca1e660f4
commit 935d291a8b
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ void SaveTool::drawAbout() {
"is a rewrite of the wxWidgets-powered M.A.S.S. Builder Save Tool (formerly known as wxMASSManager).");
ImGui::AlignTextToFramePadding();
const char* repo = "https://github.com/williamjcm/MassBuilderSaveTool";
ImGui::Text(ICON_FA_GITHUB " %s", repo);
const char* repo = "https://williamjcm.ovh/git/williamjcm/MassBuilderSaveTool";
ImGui::Text(ICON_FA_GIT_ALT " %s", repo);
ImGui::SameLine();
if(ImGui::Button("Copy to clipboard")) {
ImGui::SetClipboardText(repo);