updated URL in example to new mbed domain

This commit is contained in:
dh1tw
2015-12-30 17:12:50 +01:00
parent 680c3867db
commit 27a555b99a

View File

@ -14,7 +14,7 @@ int main()
//GET data
printf("\nTrying to fetch page...\n");
int ret = http.get("http://mbed.org/media/uploads/donatien/hello.txt", str, 128);
int ret = http.get("https://developer.mbed.org/media/uploads/donatien/hello.txt", str, 128);
if (!ret)
{
printf("Page fetched successfully - read %d characters\n", strlen(str));