mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #1624 from prisonerjohn/fix-contributions-url
Updated URL for retrieving list of contributions.
This commit is contained in:
@@ -368,7 +368,7 @@ public class ContributionListing {
|
||||
|
||||
URL url = null;
|
||||
try {
|
||||
url = new URL("http://processing.googlecode.com/svn/trunk/web/contrib_generate/contributions.txt");
|
||||
url = new URL("https://raw.github.com/processing/processing-web/master/contrib_generate/contributions.txt");
|
||||
} catch (MalformedURLException e) {
|
||||
progressMonitor.error(e);
|
||||
progressMonitor.finished();
|
||||
|
||||
Reference in New Issue
Block a user