Skip to content

Commit

Permalink
Update ContributionListing.java
Browse files Browse the repository at this point in the history
We need to target the POST request at the redirect instead of the direct file
  • Loading branch information
Stefterv authored Jan 10, 2025
1 parent c48ead4 commit 644e345
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://contributions.processing.org/contribs.txt";
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

0 comments on commit 644e345

Please sign in to comment.