mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
change contribs download location (fixes #2849)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
5
todo.txt
5
todo.txt
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user