From 60d5f5cd510b252ac3f4fc60058caa0a587cdd69 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Thu, 18 Dec 2025 14:33:23 -0800 Subject: [PATCH] Fix the relative image on the Awesome CircuitPython page --- awesome.html | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome.html b/awesome.html index f4ab1a0470..a6d9ebf5ac 100644 --- a/awesome.html +++ b/awesome.html @@ -6,5 +6,6 @@
{% capture awesome_include %}{% include_relative awesome-circuitpython/README.md %}{% endcapture %} + {% assign awesome_include = awesome_include | replace: '](./', ']( /awesome-circuitpython/' %} {{ awesome_include | markdownify }}