From 72b8dae35eada41473bd4555cd6f488775782b22 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 30 Oct 2025 21:35:48 +1100 Subject: [PATCH] fix: Update curl tools page to use new demo data --- templates/tools.ascii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tools.ascii b/templates/tools.ascii index 5840c19..a5145fc 100644 --- a/templates/tools.ascii +++ b/templates/tools.ascii @@ -11,7 +11,7 @@ Here are some of the tools I use regularly — most of them are open source! {{tool.name}} {{tool.description}} Website: {{tool.url}} -{% if tool.demo_url %}Demo: {{tool.demo_url}}{% endif %} +{% if tool.demo %}Demo: {{tool.demo}}{% endif %} {% endfor %} ───────────────────────────────────────────────