We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df36fd0 commit c48ead4Copy full SHA for c48ead4
app/src/processing/app/contrib/ContributionListing.java
@@ -44,7 +44,7 @@ public class ContributionListing {
44
* Stable URL that will redirect to wherever the file is hosted.
45
* Changed to use https in 4.0 beta 8 (returns same data).
46
*/
47
- static final String LISTING_URL = "https://download.processing.org/contribs";
+ static final String LISTING_URL = "https://contributions.processing.org/contribs.txt";
48
static final String LOCAL_FILENAME = "contribs.txt";
49
50
/** Location of the listing file on disk, will be read and written. */
0 commit comments