AboutDialog_main.cpp: update the link to the libraries
The KiCad official libraries have now a own dedicated website.
This commit is contained in:
parent
4723aae18c
commit
bc1b10bc92
|
@ -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>";
|
||||
|
|
Loading…
Reference in New Issue