Skip to content

Commit a0e61e5

Browse files
authored
Merge pull request #1718 from makermelissa/awesome-fix
Fix the relative image on the Awesome CircuitPython page
2 parents 207e3ee + 60d5f5c commit a0e61e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

awesome.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66

77
<div id="awesome-page">
88
{% capture awesome_include %}{% include_relative awesome-circuitpython/README.md %}{% endcapture %}
9+
{% assign awesome_include = awesome_include | replace: '](./', ']( /awesome-circuitpython/' %}
910
{{ awesome_include | markdownify }}
1011
</div>

0 commit comments

Comments
 (0)