diff --git a/app/src/processing/app/contrib/ContributionListing.java b/app/src/processing/app/contrib/ContributionListing.java index f44b6a51f..16b4321b4 100644 --- a/app/src/processing/app/contrib/ContributionListing.java +++ b/app/src/processing/app/contrib/ContributionListing.java @@ -34,7 +34,7 @@ import processing.core.PApplet; public class ContributionListing { // Stable URL that will redirect to wherever we're hosting the file static final String LISTING_URL = - "http://download.processing.org/contributions.txt"; + "http://download.processing.org/contribs.txt"; static volatile ContributionListing singleInstance; diff --git a/todo.txt b/todo.txt index 73b99862e..5e2046342 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,8 @@ 0231 pde (3.0a4) -_ contribs need to come from a different location +X add new download redirect for contribs.txt +X https://github.com/processing/processing/issues/2850 +_ contribs for 3.0 need to come from a different location +_ https://github.com/processing/processing/issues/2849 _ add the separate contribs.txt link on download.processing.org _ change ContributionListing.java to use http://download.processing.org/contribs.txt. _ make a new preference setting for the default mode