Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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";
static final String LOCAL_FILENAME = "contribs.txt";

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