Skip to content

Commit 893fc86

Browse files
authored
Moving asciilogo.txt to a different domain
we are moving asciilogo.txt to arduino.tips domain so examples need to be updated
1 parent 18f5544 commit 893fc86

File tree

1 file changed

+1
-1
lines changed
  • app/testdata/libraries/Bridge_1.6.3/Bridge/examples/HttpClient

1 file changed

+1
-1
lines changed

app/testdata/libraries/Bridge_1.6.3/Bridge/examples/HttpClient/HttpClient.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void loop() {
3737
HttpClient client;
3838

3939
// Make a HTTP request:
40-
client.get("http://www.arduino.cc/asciilogo.txt");
40+
client.get("http://arduino.tips/asciilogo.txt");
4141

4242
// if there are incoming bytes available
4343
// from the server, read them and print them:

0 commit comments

Comments
 (0)