From 9385109675068d970b0669e530d973bf045dd850 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 1 Apr 2024 17:11:29 -0700 Subject: [PATCH 1/2] Fix redirect of `https://sustainability.eionet.europa.eu` to `https://www.eea.europa.eu/en/topics/at-a-glance/sustainability/`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5bc0876ba..b93c7084dc 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ You should check the dependencies in their `package.json` for more details. - [Freshwater Information System for Europe](https://github.com/eea/freshwater-frontend) - Volto project for [Freshwater Information System for Europe website](https://water.europa.eu/freshwater) - [European Industrial Emissions Portal](https://github.com/eea/industry-frontend ) - Volto project for [European Industrial Emissions Portal website](https://industry.eea.europa.eu) - [Biodiversity Information System for Europe](https://github.com/eea/bise-frontend) - Volto project for [Biodiversity Information System for Europe website](https://biodiversity.europa.eu) -- [Sustainability transitions, EEA-Eionet platform](https://github.com/eea/sustainability-frontend) - Volto project for [Sustainability transitions, EEA-Eionet platform website](https://sustainability.eionet.europa.eu) +- [Sustainability transitions, EEA-Eionet platform](https://github.com/eea/sustainability-frontend) - Volto project for [Sustainability transitions, EEA-Eionet platform website](https://www.eea.europa.eu/en/topics/at-a-glance/sustainability/) - [EEA Indicator Management System](https://github.com/eea/ims-frontend) - Volto project for [EEA Indicator Management System site](https://www.eea.europa.eu/en/analysis/indicators) - [Climate and energy in the EU](https://github.com/eea/climate-energy-frontend) - Volto project for [Climate and energy in the EU website](https://climate-energy.eea.europa.eu) - [volto-bise](https://github.com/eea/volto-bise) - A Volto project packaged as an addon. It provides Theming using a razzle.extend.js provided alias. From 44fdd60df831da3150cad25a67ed2dda76fe8a9c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 1 Apr 2024 17:13:08 -0700 Subject: [PATCH 2/2] Add change log entry --- packages/volto/news/5941.documentation | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/volto/news/5941.documentation diff --git a/packages/volto/news/5941.documentation b/packages/volto/news/5941.documentation new file mode 100644 index 0000000000..261e8158eb --- /dev/null +++ b/packages/volto/news/5941.documentation @@ -0,0 +1 @@ +Fix redirect of `https://sustainability.eionet.europa.eu` to `https://www.eea.europa.eu/en/topics/at-a-glance/sustainability/`. @stevepiercy