Skip to content

Commit 681a604

Browse files
committed
Moved default branch to main
1 parent b3aa09c commit 681a604

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
@@ -46,7 +46,7 @@ Contributing
4646
============
4747

4848
Contributions are welcome! Please read our `Code of Conduct
49-
<https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/blob/master/CODE_OF_CONDUCT.md>`_
49+
<https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/blob/main/CODE_OF_CONDUCT.md>`_
5050
before contributing to help this project stay welcoming.
5151

5252
Documentation

tests/displayio_shared_bindings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __setitem__(self, key: Union[tuple, int], value: int) -> None:
6868
"""
6969
if isinstance(key, tuple):
7070
# order is X, Y from the docs
71-
# https://github.com/adafruit/circuitpython/blob/master/shared-bindings/displayio/Bitmap.c
71+
# https://github.com/adafruit/circuitpython/blob/main/shared-bindings/displayio/Bitmap.c
7272
self.__setitem__(self._abs_pos(key[0], key[1]), value)
7373
return
7474
if not isinstance(value, (int)):

0 commit comments

Comments
 (0)