docs-content
docs-content copied to clipboard
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.
What This PR Changes
- The link now points directly to the SPI Library reference page.
Contribution Guidelines
- [x] I confirm that I have read the contribution guidelines and comply with them.
Why are there two places on the website with the same information?
https://docs.arduino.cc/language-reference/en/functions/communication/SPI/ and https://reference.arduino.cc/reference/en/language/functions/communication/spi/
Please also note the inconsistent capitalization of "SPI" in the URL. Are there some rules regarding URI normalization?
Hey @fabianegli and thank you for your contribution!
Alas, the URLs that you have provided in this PR is still not working. I will create another PR to fix the places you mention and as soon as I have that I will tag you and close this PR ⭐
It's not that these links "still don't work". They did work for me when I made this PR. The API changed again and broke them.
I am happy you are taking care of this 😄