Skip to content

Commit f16cc2a

Browse files
authored
Merge pull request #421 from FoamyGuy/master
fix learn guide links for ItsyBitsy M0, Metro M4, and PyGamer
2 parents 39f2288 + d64cc06 commit f16cc2a

12 files changed

+27
-8
lines changed

_board/circuitplayground_bluefruit.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ on the go!
5050

5151
## Tutorials
5252

53-
* [Circuit Playground Overview](https://learn.adafruit.com/adafruit-circuit-playground-bluefruit)
53+
* [Circuit Playground Bluefruit Overview](https://learn.adafruit.com/adafruit-circuit-playground-bluefruit)
54+
* [Projects and Guides](https://learn.adafruit.com/products/4333/guides)
5455

5556
## Purchase
5657

_board/circuitplayground_express.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Here's some of the great goodies baked in to each Circuit Playground Express:
4040

4141
## Tutorials
4242
* [Circuit Playground Express Overview](https://learn.adafruit.com/adafruit-circuit-playground-express)
43+
* [Projects and Guides](https://learn.adafruit.com/products/3333/guides)
4344

4445
## Purchase
4546
* [Adafruit](https://www.adafruit.com/product/3333)

_board/clue_nrf52840_express.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ We’ll be primarily using CircuitPython for programming it, but it will also wo
2525

2626
After designing it, the board was close enough to micro:bit-shape-size that we moved a few parts to make it fit in micro:bit robots and some projects – the nrf52840 is a big upgrade chip and can do stuff like Tensorflow Lite for Microcontrollers, BLE central and peripheral, and more.
2727

28+
## Tutorials
29+
30+
[CLUE Overview](https://learn.adafruit.com/adafruit-clue)
31+
[Projects and Guides](https://learn.adafruit.com/products/4500/guides)
32+
2833
## Purchase
29-
* [Adafruit](https://www.adafruit.com/product/4500)
34+
* [Adafruit CLUE](https://www.adafruit.com/product/4500)
3035

3136
## Contribute
3237

_board/hallowing_m0_express.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Comes fully assembled and ready to be your spooky friend. Comes installed with t
4444
## Tutorial
4545

4646
- [HalloWing M0 Express Overview](https://learn.adafruit.com/adafruit-hallowing)
47+
- [Projects and Guides](https://learn.adafruit.com/products/3900/guides)
4748

4849
## Purchase
4950

_board/hallowing_m4_express.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ This is Hallowing, now with SAMD51 M4 processor! More later!
1818

1919
## Tutorial
2020

21-
- [HalloWing M4 Express](https://learn.adafruit.com/adafruit-hallowing-m4)
21+
- [HalloWing M4 Express Overview](https://learn.adafruit.com/adafruit-hallowing-m4)
22+
- [HalloWing M4 Projects and Guides](https://learn.adafruit.com/products/4300/guides)
23+
- [HalloWing M0 Projects and Guides](https://learn.adafruit.com/products/3900/guides)
2224

2325
## Purchase
24-
* [Adafruit](https://www.adafruit.com/)
26+
* [Adafruit](https://www.adafruit.com/product/4300)
2527

2628
## Contribute
2729

_board/itsybitsy_m0_express.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Comes assembled and tested ItsyBitsy M0, with header that can be soldered in for
3838

3939
## Tutorials
4040

41-
* [ItsyBitsy M4 Express Overview](https://learn.adafruit.com/introducing-itsy-bitsy-m0)
42-
41+
* [ItsyBitsy M0 Express Overview](https://learn.adafruit.com/introducing-itsy-bitsy-m0)
42+
* [Projects and Guides](https://learn.adafruit.com/products/3727/guides)
4343
## Purchase
4444
* [Adafruit](https://www.adafruit.com/product/3727)
4545

_board/metro_m4_express.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Includes:
3535
The primary target for this board is CircuitPython - with 120 MHz, and 192KB of RAM CircuitPython runs really well on this chip. At this time, the latest versions of CircuitPython working on this board, and more API parts are added every week.
3636
## Tutorial
3737

38-
- [Metro M4 Express Overview]([https://learn.adafruit.com/search?q=Metro%20M4%20Express](https://learn.adafruit.com/search?q=Metro M4 Express))
38+
- [Metro M4 Express Overview](https://learn.adafruit.com/adafruit-metro-m4-express-featuring-atsamd51)
39+
- [Projects and Guides](https://learn.adafruit.com/products/3382/guides)
3940

4041
## Purchase
4142

_board/monster_m4sk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Gaze upon these features:
6060
## Tutorial
6161

6262
- [MONSTER M4SK Overview](https://learn.adafruit.com/adafruit-monster-m4sk-eyes)
63+
- [Projects and Guides](https://learn.adafruit.com/products/4343/guides)
6364

6465
## Purchase
6566

_board/pybadge.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ There is a variant on the Adafruit PyBadge, the Adafruit PyBadge LC, which has a
3232
## Tutorial
3333

3434
- [PyBadge Overview](https://learn.adafruit.com/adafruit-pybadge)
35+
- [Projects and Guides](https://learn.adafruit.com/products/4200/guides)
3536

3637
## Purchase
3738

_board/pygamer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ You can power the PyGamer from any Adafruit LiPoly battery, but [this 350mAh one
3030

3131
## Tutorial
3232

33-
- [PyGamer Overview](https://learn.adafruit.com/search?q=PyGamer)
33+
- [PyGamer Overview](https://learn.adafruit.com/adafruit-pygamer)
34+
- [Projects and Guides](https://learn.adafruit.com/products/4242/guides)
3435

3536
## Purchase
3637

_board/pyportal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The M4 and ESP32 are a great couple - and each bring their own strengths to this
2222

2323
## Tutorials
2424
* [PyPortal Overview](https://learn.adafruit.com/adafruit-pyportal)
25+
* [Projects and Guides](https://learn.adafruit.com/products/4116/guides)
2526

2627
## Purchase
2728
* [Adafruit](https://www.adafruit.com/product/4116)

_board/trellis_m4_express.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Features:
3737
* [Analog Devices ADXL343 triple-axis accelerometer](https://www.analog.com/en/products/adxl343.html)
3838
* Really fun to press buttons and have sounds come out!
3939

40+
## Tutorials
41+
* [NeoTrellis M4 Overview](https://learn.adafruit.com/adafruit-neotrellis-m4)
42+
* [Projects and Guides](https://learn.adafruit.com/products/4020/guides)
43+
4044
## Purchase
4145
* [Full Kit - Adafruit](https://www.adafruit.com/product/4020)
4246
* [Mainboard - Adafruit](https://www.adafruit.com/product/3938)

0 commit comments

Comments
 (0)