Skip to content

Commit e7008b6

Browse files
Update spi.rst link to Arduino docs (#3038)
Fixes #3037
1 parent e0d8523 commit e7008b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SPI pinouts can be set **before SPI.begin()** using the following calls:
1616
Note that the ``CS`` pin can be hardware or software controlled by the sketch.
1717
When software controlled, the ``setCS()`` call is ignored.
1818

19-
The Arduino `SPI documentation <https://www.arduino.cc/en/reference/SPI>`_ gives
19+
The Arduino `SPI documentation <https://docs.arduino.cc/language-reference/en/functions/communication/SPI/>`_ gives
2020
a detailed overview of the library, except for the following RP2040-specific
2121
changes:
2222

0 commit comments

Comments
 (0)