Skip to content

Commit

Permalink
Merge pull request #80 from sommersoft/fix_cp_lib_list
Browse files Browse the repository at this point in the history
Update Bundle Blinka Image Location
  • Loading branch information
kattni authored Apr 19, 2019
2 parents dfbcba2 + edc9677 commit f6d810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adabot/circuitpython_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def check_lib_links_md(bundle_path):

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

0 comments on commit f6d810a

Please sign in to comment.