Skip to content

Commit 761cd7d

Browse files
authored
Merge pull request #80 from arduino/karlsoderby/asciidocs-fix
Asciilogo update [MKC-354]
2 parents 244725d + c21e66e commit 761cd7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/hardware/02.hero/boards/yun-rev2/tutorials/Process/Process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void runCurl() {
5959
6060
p.begin("curl");
6161
62-
p.addParameter("http://arduino.cc/asciilogo.txt");
62+
p.addParameter("http://arduino.tips/asciilogo.txt");
6363
6464
p.run();
6565
```

content/retired/06.getting-started-guides/ArduinoYun/ArduinoYun.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ void runCurl() {
365365

366366
p.begin("curl"); // Process that launch the "curl" command
367367

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"
369369

370370
p.run(); // Run the process and wait for its termination
371371

content/retired/06.getting-started-guides/ArduinoYunLin/ArduinoYunLin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ void runCurl() {
395395

396396
p.begin("curl"); // Process that launch the "curl" command
397397

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"
399399

400400
p.run(); // Run the process and wait for its termination
401401

content/retired/06.getting-started-guides/ArduinoYunShield/ArduinoYunShield.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ void runCurl() {
339339

340340
p.begin("curl"); // Process that launch the "curl" command
341341

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"
343343

344344
p.run(); // Run the process and wait for its termination
345345

0 commit comments

Comments
 (0)