Skip to content

Commit

Permalink
Update ContributionListing.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv authored Jan 10, 2025
1 parent df36fd0 commit c48ead4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/processing/app/contrib/ContributionListing.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class ContributionListing {
* Stable URL that will redirect to wherever the file is hosted.
* Changed to use https in 4.0 beta 8 (returns same data).
*/
static final String LISTING_URL = "https://download.processing.org/contribs";
static final String LISTING_URL = "https://contributions.processing.org/contribs.txt";
static final String LOCAL_FILENAME = "contribs.txt";

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

0 comments on commit c48ead4

Please sign in to comment.