Skip to content

Commit 078c241

Browse files
authored
Merge pull request #345 from tekktrik/dev/fix-autoupdate-image
Fix image links
2 parents 04a772f + 1ed81a1 commit 078c241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adabot/circuitpython_bundle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def update_download_stats(bundle_path):
7272
"# Adafruit CircuitPython Library Download Stats",
7373
(
7474
"![Blinka On Computer](https://raw.githubusercontent.com/adafruit/"
75-
"Adafruit_CircuitPython_Bundle/assets/BlinkaComputer.png) "
75+
"Adafruit_CircuitPython_Bundle/main/assets/BlinkaComputer.png) "
7676
),
7777
"### Here is a listing of current Adafruit CircuitPython libraries download statistics.",
7878
f"**There are {len(submodules_list)} libraries available.**\n",
@@ -193,7 +193,7 @@ def check_lib_links_md(bundle_path):
193193
"# Adafruit CircuitPython Libraries",
194194
(
195195
"![Blinka Reading](https://raw.githubusercontent.com/adafruit/"
196-
"Adafruit_CircuitPython_Bundle/assets/BlinkaBook.png) "
196+
"Adafruit_CircuitPython_Bundle/main/assets/BlinkaBook.png) "
197197
),
198198
"Here is a listing of current Adafruit CircuitPython Libraries. ",
199199
f"There are {lib_count} libraries available.\n",

0 commit comments

Comments
 (0)