File tree 4 files changed +4
-4
lines changed
hardware/02.hero/boards/yun-rev2/tutorials/Process
retired/06.getting-started-guides
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ void runCurl() {
59
59
60
60
p.begin("curl");
61
61
62
- p.addParameter("http://arduino.cc /asciilogo.txt");
62
+ p.addParameter("http://arduino.tips /asciilogo.txt");
63
63
64
64
p.run();
65
65
```
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ void runCurl() {
365
365
366
366
p.begin("curl"); // Process that launch the "curl" command
367
367
368
- p.addParameter("http://arduino.cc /asciilogo.txt "); // Add the URL parameter to "curl"
368
+ p.addParameter("http://arduino.tips /asciilogo.txt "); // Add the URL parameter to "curl"
369
369
370
370
p.run(); // Run the process and wait for its termination
371
371
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ void runCurl() {
395
395
396
396
p.begin("curl"); // Process that launch the "curl" command
397
397
398
- p.addParameter("http://arduino.cc /asciilogo.txt "); // Add the URL parameter to "curl"
398
+ p.addParameter("http://arduino.tips /asciilogo.txt "); // Add the URL parameter to "curl"
399
399
400
400
p.run(); // Run the process and wait for its termination
401
401
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ void runCurl() {
339
339
340
340
p.begin("curl"); // Process that launch the "curl" command
341
341
342
- p.addParameter("http://arduino.cc /asciilogo.txt "); // Add the URL parameter to "curl"
342
+ p.addParameter("http://arduino.tips /asciilogo.txt "); // Add the URL parameter to "curl"
343
343
344
344
p.run(); // Run the process and wait for its termination
345
345
You can’t perform that action at this time.
0 commit comments