Application: fix link to MBST's Git repo.
This commit is contained in:
parent
ca7b71fb36
commit
570134ced0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Application::drawAbout() {
|
|||
if(ImGui::Button("Open in browser")) {
|
||||
openUri(website);
|
||||
}
|
||||
auto repo = "https://williamjcm.ovh/git/williamjcm/MassBuilderSaveTool";
|
||||
auto repo = "https://git.williamjcm.ovh/williamjcm/MassBuilderSaveTool";
|
||||
drawAlignedText(ICON_FA_GIT_ALT " %s", repo);
|
||||
ImGui::SameLine();
|
||||
if(ImGui::Button("Copy to clipboard")) {
|
||||
|
|
Loading…
Reference in a new issue