From 37869b67063ccae6bd0a836f468883a3367ce256 Mon Sep 17 00:00:00 2001 From: Shanto Mathew Date: Thu, 11 Dec 2025 11:50:32 -0600 Subject: [PATCH] Fix broken PlutoLang/Pluto link (#93) Removed PlutoLang/Pluto entry from the example list. --- components/ExampleListSection.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/ExampleListSection.tsx b/components/ExampleListSection.tsx index c299eea..e70066d 100644 --- a/components/ExampleListSection.tsx +++ b/components/ExampleListSection.tsx @@ -37,11 +37,6 @@ const REPOS: RepoCardProps[] = [ "Java SDK for Temporal, workflow orchestration defined in code.", language: "Java", }, - { - name: "PlutoLang/Pluto", - description: "A superset of Lua 5.4 with a focus on general-purpose programming.", - language: "C++", - }, ]; interface ExampleListSectionProps {