Remove all references to old website

The kicad-pcb.org website is no longer valid
This commit is contained in:
Seth Hillbrand
2021-10-18 15:47:01 -07:00
parent ee4a8fc05a
commit a1adc59cb8
20 changed files with 24 additions and 28 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ bool GITHUB_GETLIBLIST::remoteGetJSON( const std::string& aFullURLCommand, wxStr
wxLogDebug( wxT( "Attempting to download: " ) + aFullURLCommand );
kcurl.SetURL( aFullURLCommand );
kcurl.SetUserAgent( "http://kicad-pcb.org" );
kcurl.SetUserAgent( "https://www.kicad.org" );
kcurl.SetHeader( "Accept", m_option_string );
kcurl.SetFollowRedirects( true );