Remove Yahoo Groups link
Yahoo has discontinued its groups.
See https://help.yahoo.com/kb/groups/SLN31010.html
(cherry picked from commit 1161562bc8
)
This commit is contained in:
parent
363281dd4d
commit
132adf8ac3
|
@ -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