Clicking on those links should take the reader to the examples as occurs with other examples from other libraries.
Do you agree or am I still missing something?
I agree. Those webpages are broken.
I try to focus on the things I can control or influence. I have no control over those webpages and, as far as I can tell, no influence over those who do control those webpages. I can provide you with some assistance in getting the information you seek so that is my focus.
I will try to get to the other examples somehow.
For this error (Files example)...
Warning: fopen(
http://github.com/arduino/Arduino/raw/master/libraries/SD/examples/Files/Files.pde) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/arduino/public_html/en/cookbook/sourceblock.php on line 278
Warning: Cannot modify header information - headers already sent by (output started at /home/arduino/public_html/en/cookbook/sourceblock.php:278) in /home/arduino/public_html/en/pmwiki.php on line 810
The original (broken) link is...
h
ttp://github.com/arduino/Arduino/
raw/master/libraries/SD/examples/Files/Files.pde
The actual (working) link is...
h
ttp
s://
raw.github.com/arduino/Arduino/master/libraries/SD/examples/Files/Files.
ino"raw" is removed from the document path; protocol changes from "http" to "https"; "raw" is added to the host name; file name extension is changed from "pde" to "ino".
The other broken links should follow the same pattern.
And, the examples are included with the Arduino software. You can access them by...
* Start the Arduino IDE
* Click
File then
Examples then
SD then the example you would like to load
Thank you for trying to help me.
You are welcome.