From 827884799854e5dfba4e3a2f88460379ea532001 Mon Sep 17 00:00:00 2001 From: dgenio Date: Mon, 2 Mar 2026 10:27:46 +0000 Subject: [PATCH] Replace broken PlutoLang/Pluto example with ggml-org/llama.cpp PlutoLang/Pluto removed their AGENTS.md (renamed to CONTRIBUTING.md), causing a 404 when clicking the example tile on the website. Replace with ggml-org/llama.cpp, a popular C/C++ project (96k+ stars) that has an active AGENTS.md file. Fixes #93 --- 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 c299eea..32be9bc 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: "ggml-org/llama.cpp", + description: "LLM inference in C/C++.", language: "C++", }, ]; diff --git a/pages/index.tsx b/pages/index.tsx index 1027b37..88e465b 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", + "ggml-org/llama.cpp", ]; // If we fetched within the last 12 hours, reuse the cached data.