From 93ddfa4fc9e60fa3978a2e427d8e63ce8ce1d157 Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Fri, 8 Aug 2025 15:27:16 -0400 Subject: [PATCH] Fix OBBBA household-by-household tool URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update URL from obbba-scatter to obbba-household-by-household to reflect the renamed repository 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/apps/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/apps.json b/src/apps/apps.json index 9199d09c7..3b8535a50 100644 --- a/src/apps/apps.json +++ b/src/apps/apps.json @@ -9,7 +9,7 @@ { "title": "OBBBA household-by-household analysis", "description": "Detailed household-by-household impact analysis of the One Big Beautiful Bill Act", - "url": "https://policyengine.github.io/obbba-scatter", + "url": "https://policyengine.github.io/obbba-household-by-household", "slug": "obbba-household-by-household", "tags": ["us", "featured", "policy"] }