Skip to content

Commit c696179

Browse files
authored
fix broken link to SPI Library reference
The URL https://www.arduino.cc/en/reference/SPI was forwarded to https://docs.arduino.cc/language-reference/en/functions/communication/spi/ which returned permission denied.
1 parent ab4ec7b commit c696179

File tree

1 file changed

+1
-1
lines changed
  • content/learn/05.communication/02.spi

1 file changed

+1
-1
lines changed

content/learn/05.communication/02.spi/spi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ difficulty: 'intermediate'
2222

2323
The SPI Library is included in every Arduino core/platform, so you do not need to install it externally. You can read more about SPI functions in the links below:
2424

25-
- [SPI Library](https://www.arduino.cc/en/reference/SPI)
25+
- [SPI Library](https://reference.arduino.cc/reference/en/language/functions/communication/spi/)
2626
- [GitHub (ArduinoCore-avr)](https://github.com/arduino/ArduinoCore-avr/tree/master/libraries/SPI)
2727

2828
## Serial Peripheral Interface (SPI)

0 commit comments

Comments
 (0)