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
@@ -582,7 +582,7 @@ void GITHUB_PLUGIN::remoteGetZip( const wxString& aRepoURL )
KICAD_CURL_EASY kcurl; // this can THROW_IO_ERROR
kcurl.SetURL( zip_url.c_str() );
kcurl.SetUserAgent( "http://kicad-pcb.org" );
kcurl.SetUserAgent( "https://www.kicad.org" );
kcurl.SetHeader( "Accept", "application/zip" );
kcurl.SetFollowRedirects( true );