Remove Yahoo Groups link
Yahoo has discontinued its groups. See https://help.yahoo.com/kb/groups/SLN31010.html
This commit is contained in:
parent
0c8b3aaced
commit
1161562bc8
|
@ -167,11 +167,6 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
<< HtmlHyperlink( "https://forum.kicad.info" )
|
<< HtmlHyperlink( "https://forum.kicad.info" )
|
||||||
<< "</li>";
|
<< "</li>";
|
||||||
|
|
||||||
description << "<li>"
|
|
||||||
<<_( "KiCad user's group - " )
|
|
||||||
<< HtmlHyperlink( "https://groups.yahoo.com/neo/groups/kicad-users/info" )
|
|
||||||
<< "</li>";
|
|
||||||
|
|
||||||
description << "</ul></p>";
|
description << "</ul></p>";
|
||||||
|
|
||||||
aInfo.SetDescription( description );
|
aInfo.SetDescription( description );
|
||||||
|
|
Loading…
Reference in New Issue