@@ -230,9 +230,11 @@ board. If you're using a board with external flash, like the Circuit Playground
230230Express or Feather/Metro M0 Express, you can install the CircuitPython bundle
231231which includes the bus device and other useful libraries. You can install this
232232bundle by following the `instructions on the release page
233- <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases> `_. Just
234- unzip the bundle release .zip and drag the lib folder onto your board's
235- CIRCUITPY drive.
233+ <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases> `_ or from
234+ the your board's guide like the `Feather M0 express bundle install
235+ <https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/installing-libraries> `_
236+ shows. Just unzip the bundle release .zip and drag the lib folder onto your
237+ board's CIRCUITPY drive.
236238
237239For boards without external flash, like the Trinket M0 and Gemma M0, you'll need
238240to manually install the bus device library. Like the `Trinket M0 guide mentions
@@ -549,9 +551,11 @@ board. If you're using a board with external flash, like the Circuit Playground
549551Express or Feather/Metro M0 Express, you can install the CircuitPython bundle
550552which includes the bus device and other useful libraries. You can install this
551553bundle by following the `instructions on the release page
552- <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases> `_. Just
553- unzip the bundle release .zip and drag the lib folder onto your board's
554- CIRCUITPY drive.
554+ <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases> `_ or from
555+ the your board's guide like the `Feather M0 express bundle install
556+ <https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/installing-libraries> `_
557+ shows.. Just unzip the bundle release .zip and drag the lib folder onto your
558+ board's CIRCUITPY drive.
555559
556560For boards without external flash, like the Trinket M0 and Gemma M0, you'll need
557561to manually install the bus device library. Like the `Trinket M0 guide mentions
0 commit comments