Skip to content

Commit d2bdacf

Browse files
authored
Merge pull request #104 from kattni/main-fix
Update links to main branch.
2 parents 8e7eb17 + d5d347a commit d2bdacf

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ _build/
1111
.DS_Store
1212
.env
1313
bundles
14+
.idea/

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Introduction
1616

1717
This high level library provides objects that represent Circuit Playground Express and Bluefruit hardware.
1818

19-
.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/master/docs/_static/circuit_playground_express_small.jpg
19+
.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/main/docs/_static/circuit_playground_express_small.jpg
2020
:target: https://adafruit.com/product/3333
2121
:alt: Circuit Playground Express
2222
23-
.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/master/docs/_static/circuit_playground_bluefruit_small.jpg
23+
.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/main/docs/_static/circuit_playground_bluefruit_small.jpg
2424
:target: https://adafruit.com/product/4333
2525
:alt: Circuit Playground Bluefruit
2626
@@ -68,7 +68,7 @@ Contributing
6868
============
6969

7070
Contributions are welcome! Please read our `Code of Conduct
71-
<https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/master/CODE_OF_CONDUCT.md>`_
71+
<https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/main/CODE_OF_CONDUCT.md>`_
7272
before contributing to help this project stay welcoming.
7373

7474
Documentation

examples/circuitplayground_play_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""THIS EXAMPLE REQUIRES A WAV FILE FROM THE examples FOLDER IN THE
55
Adafruit_CircuitPython_CircuitPlayground REPO found at:
6-
https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/tree/master/examples
6+
https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/tree/main/examples
77
88
Copy the "dip.wav" file to your CIRCUITPY drive.
99

examples/circuitplayground_play_file_buttons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""THIS EXAMPLE REQUIRES A WAV FILE FROM THE examples FOLDER IN THE
55
Adafruit_CircuitPython_CircuitPlayground REPO found at:
6-
https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/tree/master/examples
6+
https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/tree/main/examples
77
88
Copy the "dip.wav" and "rise.wav" files to your CIRCUITPY drive.
99

0 commit comments

Comments
 (0)