Skip to content

Commit 67a2a3e

Browse files
Merge pull request #83 from Green-Software-Foundation/claude/see-software-energy-intensity-y9ngl6
Change SEE standard URL from /standards/see/ to /standards/sei/
2 parents 6395cb1 + d9a1b2b commit 67a2a3e

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/components/article-carousels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const filtered = allArticles
3232
| `sci-web` | SCI for Web | `/standards/sci-web/` |
3333
| `sci-ai` | SCI for AI | `/standards/sci-ai/` |
3434
| `rtc` | Real-Time Cloud | `/standards/rtc/` |
35-
| `see` | Software Emissions Estimator | `/standards/see/` |
35+
| `see` | SEI (Software Energy Intensity) | `/standards/sei/` |
3636
| `soft` | SCI Open Footprint | `/standards/soft/` |
3737
| `wdpc` | Web & Digital Product Carbon | `/standards/wdpc/` |
3838
| `policy` | Policy & Research | `/policy/` |

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ from = "/manifesto"
5454
to = "/about/"
5555
status = 301
5656

57+
[[redirects]]
58+
from = "/standards/see/"
59+
to = "/standards/sei/"
60+
status = 301
61+
5762
# -- Translated manifestos → about page --
5863

5964
[[redirects]]

src/lib/nav-items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const navItems = [
5656
"Real-time energy and carbon for cloud providers" /* iconSrc: pi("real-time-cloud"), icon: "bar-chart" */,
5757
},
5858
{
59-
href: "/standards/see/",
59+
href: "/standards/sei/",
6060
label: "SEI",
6161
description:
6262
"Software Energy Intensity" /* iconSrc: pi("see"), icon: "zap" */,

src/pages/standards/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const standardDefs = [
3737
{ slug: "real-time-cloud", urlSlug: "rtc" },
3838
{ slug: "wdpc" },
3939
{ slug: "open19" },
40-
{ slug: "see" },
40+
{ slug: "see", urlSlug: "sei" },
4141
{ slug: "swe" },
4242
];
4343
const standardProjects = standardDefs

0 commit comments

Comments
 (0)