Skip to content

Commit b286aca

Browse files
authored
Merge pull request #1816 from arduino/jhansson-ard/patch-1-2
Updated code link [EDC-1328]
2 parents 3c28ce2 + 5bcf481 commit b286aca

File tree

1 file changed

+1
-3
lines changed
  • content/hardware/02.hero/boards/yun-rev2/tutorials/http-client

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void loop() {
5656
5757
HttpClient client;
5858
59-
client.get("http://www.arduino.cc/asciilogo.txt");
59+
client.get("http://arduino.tips/asciilogo.txt");
6060
```
6161

6262
As long as there are bytes from the server in the client buffer, read the bytes and print them to the serial monitor. Repeat every 5 seconds.
@@ -79,5 +79,3 @@ while (client.available()) {
7979
The complete sketch is below :
8080

8181
<iframe src='https://create.arduino.cc/example/library/bridge_1_7_0/bridge_1_7_0%5Cexamples%5CHttpClient/HttpClient/preview?embed' style='height:510px;width:100%;margin:10px 0' frameborder='0'></iframe>
82-
83-
**Last revision 2016/05/25 by SM**

0 commit comments

Comments
 (0)