Update about dialog link to GitLab

Fixes #3687
This commit is contained in:
Ian McInerney 2019-12-17 20:17:03 +00:00
parent 0c63936aed
commit c31c99abd1
1 changed files with 1 additions and 2 deletions

View File

@ -153,8 +153,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
description << "<ul>";
description << "<li>"
<< _( "Report or examine bugs - " )
<< HtmlHyperlink( "https://bugs.launchpad.net/kicad/+bugs?orderby=-id&start=0",
"https://bugs.launchpad.net/kicad" )
<< HtmlHyperlink( "https://gitlab.com/kicad/code/kicad/issues" )
<< "</li>";
description << "</ul></p>";