change contribs download location (fixes #2849)

This commit is contained in:
Ben Fry
2014-09-10 15:15:45 -04:00
parent bde5b124fc
commit 5edb2d5121
2 changed files with 5 additions and 2 deletions
@@ -34,7 +34,7 @@ import processing.core.PApplet;
public class ContributionListing {
// Stable URL that will redirect to wherever we're hosting the file
static final String LISTING_URL =
"http://download.processing.org/contributions.txt";
"http://download.processing.org/contribs.txt";
static volatile ContributionListing singleInstance;