Skip to content

Commit 326d3e4

Browse files
Merge pull request #64 from jposada202020/correcting_example_link
correcting_example_link
2 parents 569fd27 + 51742ce commit 326d3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1306_framebuftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
except FileNotFoundError:
9090
print(
9191
"To test the framebuf font setup, you'll need the font5x8.bin file from "
92-
+ "https://github.com/adafruit/Adafruit_CircuitPython_framebuf/tree/main/examples"
92+
+ "https://github.com/adafruit/Adafruit_CircuitPython_framebuf/blob/master/examples/"
9393
+ " in the same directory as this script"
9494
)

0 commit comments

Comments
 (0)