Skip to content

Commit f6d810a

Browse files
authored
Merge pull request #80 from sommersoft/fix_cp_lib_list
Update Bundle Blinka Image Location
2 parents dfbcba2 + edc9677 commit f6d810a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/circuitpython_bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def check_lib_links_md(bundle_path):
8686

8787
with open(os.path.join(bundle_path, "circuitpython_library_list.md"), 'w') as f:
8888
f.write("# Adafruit CircuitPython Libraries\n")
89-
f.write("![Blinka Reading](https://raw.githubusercontent.com/adafruit/circuitpython-weekly-newsletter/gh-pages/assets/22_1023blinka.png)\n\n")
89+
f.write("![Blinka Reading](https://raw.githubusercontent.com/adafruit/circuitpython-weekly-newsletter/gh-pages/assets/archives/22_1023blinka.png)\n\n")
9090
f.write("Here is a listing of current Adafruit CircuitPython Libraries. There are {} libraries available.\n\n".format(lib_count))
9191
f.write("## Drivers:\n")
9292
for line in sorted(write_drivers):

0 commit comments

Comments
 (0)