Skip to content

Commit c48ead4

Browse files
authored
Update ContributionListing.java
1 parent df36fd0 commit c48ead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/contrib/ContributionListing.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class ContributionListing {
4444
* Stable URL that will redirect to wherever the file is hosted.
4545
* Changed to use https in 4.0 beta 8 (returns same data).
4646
*/
47-
static final String LISTING_URL = "https://download.processing.org/contribs";
47+
static final String LISTING_URL = "https://contributions.processing.org/contribs.txt";
4848
static final String LOCAL_FILENAME = "contribs.txt";
4949

5050
/** Location of the listing file on disk, will be read and written. */

0 commit comments

Comments
 (0)