File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ _build/
1111.DS_Store
1212.env
1313bundles
14+ .idea /
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ Introduction
1616
1717This 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
7070Contributions 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> `_
7272before contributing to help this project stay welcoming.
7373
7474Documentation
Original file line number Diff line number Diff line change 33
44"""THIS EXAMPLE REQUIRES A WAV FILE FROM THE examples FOLDER IN THE
55Adafruit_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
88Copy the "dip.wav" file to your CIRCUITPY drive.
99
Original file line number Diff line number Diff line change 33
44"""THIS EXAMPLE REQUIRES A WAV FILE FROM THE examples FOLDER IN THE
55Adafruit_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
88Copy the "dip.wav" and "rise.wav" files to your CIRCUITPY drive.
99
You can’t perform that action at this time.
0 commit comments