mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02: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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user