Skip to content

Commit 4c81e5a

Browse files
committed
Moved default branch to main
1 parent 6acd578 commit 4c81e5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Contributing
104104
============
105105

106106
Contributions are welcome! Please read our `Code of Conduct
107-
<https://github.com/adafruit/adafruit_CircuitPython_SSD1306/blob/master/CODE_OF_CONDUCT.md>`_
107+
<https://github.com/adafruit/adafruit_CircuitPython_SSD1306/blob/main/CODE_OF_CONDUCT.md>`_
108108
before contributing to help this project stay welcoming.
109109

110110
Documentation

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

0 commit comments

Comments
 (0)