From 72ad75bd177d84dfd92f10572a8e03870b723ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Fri, 26 Jun 2026 01:31:46 +0300 Subject: [PATCH] fix: Replace Pluto with CarbonLang --- components/ExampleListSection.tsx | 4 ++-- pages/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ExampleListSection.tsx b/components/ExampleListSection.tsx index c299eea1..8c862a63 100644 --- a/components/ExampleListSection.tsx +++ b/components/ExampleListSection.tsx @@ -38,8 +38,8 @@ const REPOS: RepoCardProps[] = [ language: "Java", }, { - name: "PlutoLang/Pluto", - description: "A superset of Lua 5.4 with a focus on general-purpose programming.", + name: "carbon-language/carbon-lang", + description: "An experimental successor to C++.", language: "C++", }, ]; diff --git a/pages/index.tsx b/pages/index.tsx index 1027b37d..464ad616 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -51,7 +51,7 @@ export const getStaticProps: GetStaticProps = async () => { "openai/codex", "apache/airflow", "temporalio/sdk-java", - "PlutoLang/Pluto", + "carbon-language/carbon-lang", ]; // If we fetched within the last 12 hours, reuse the cached data.