From bd3ae85b4dff48ec84f2ff76f5bff9df9cd60a54 Mon Sep 17 00:00:00 2001 From: "Sharad." <264168532+sharadvc@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:23:19 +0000 Subject: [PATCH] fix: update Download page list-of-revisions link Point the list of revisions link at GitHub Releases for processing4, which is kept current with release notes, instead of stale revisions.md. Fixes processing/processing-website#648 Co-authored-by: Sharad. --- i18n/react-intl/en.json | 2 +- i18n/react-intl/es.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/react-intl/en.json b/i18n/react-intl/en.json index 4389212d..e541e9f2 100644 --- a/i18n/react-intl/en.json +++ b/i18n/react-intl/en.json @@ -87,7 +87,7 @@ "otherVersions": "Need another version?", "olderVersions": "Looking for older versions?", "githubEarlierReleases": "Head over to GitHub for earlier releases of Processing 4.", - "downloadChanges": "The list of revisions covers the differences between releases in detail.", + "downloadChanges": "The list of revisions covers the differences between releases in detail.", "earlierReleases": "For older versions (3.5.4 and earlier) see our list of stable releases.", "getStartedTitle": "Get started", "getStartedDescription": "Start learning Processing now and create your first program today!", diff --git a/i18n/react-intl/es.json b/i18n/react-intl/es.json index a5a3b072..08dc4629 100644 --- a/i18n/react-intl/es.json +++ b/i18n/react-intl/es.json @@ -88,7 +88,7 @@ "otherVersions": "¿Necesitas otra versión?", "olderVersions": "¿Buscas versiones anteriores?", "githubEarlierReleases": "En GitHub encontrarás versiones anteriores de Processing 4.", - "downloadChanges": "La lista de revisiones cubre las diferencias entre versiones a detalle.", + "downloadChanges": "La lista de revisiones cubre las diferencias entre versiones a detalle.", "earlierReleases": "Para versiones anteriores (3.5.4 o menor) revisa nuestra lista de lanzamientos estables.", "getStartedTitle": "Comienza", "getStartedDescription": "Comienza ya aprendiendo Processing y crea tu primer programa hoy!",