AboutDialog_main.cpp: update the link to the libraries

The KiCad official libraries have now a own dedicated website.
This commit is contained in:
Carsten Schoenert 2018-03-18 10:31:13 +01:00 committed by Jon Evans
parent 4723aae18c
commit bc1b10bc92
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
description << "<li>"
<< _(" Official KiCad library repositories - " )
<< HtmlHyperlink( "https://github.com/KiCad/" )
<< HtmlHyperlink( "https://kicad.github.io" )
<< "</li>";
description << "</ul></p>";