Skip to content

Commit 644e345

Browse files
authored
Update ContributionListing.java
We need to target the POST request at the redirect instead of the direct file
1 parent c48ead4 commit 644e345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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://contributions.processing.org/contribs.txt";
47+
static final String LISTING_URL = "https://contributions.processing.org/contribs";
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)