Skip to content

Commit b4198fd

Browse files
authored
Corrected url
1 parent 326d3e4 commit b4198fd

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/blob/master/examples/"
92+
+ "https://github.com/adafruit/Adafruit_CircuitPython_framebuf/blob/main/examples/"
9393
+ " in the same directory as this script"
9494
)

0 commit comments

Comments
 (0)