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

View File

@@ -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;

View File

@@ -1,5 +1,8 @@
0231 pde (3.0a4)
_ contribs need to come from a different location
X add new download redirect for contribs.txt
X https://github.com/processing/processing/issues/2850
_ contribs for 3.0 need to come from a different location
_ https://github.com/processing/processing/issues/2849
_ add the separate contribs.txt link on download.processing.org
_ change ContributionListing.java to use http://download.processing.org/contribs.txt.
_ make a new preference setting for the default mode