Skip to content

Commit fbe8dfa

Browse files
committed
update domain name to os.mbed.com
1 parent 92a642b commit fbe8dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TESTS/netsocket/socket_sigio/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using namespace utest::v1;
3232

3333
namespace {
3434
// Test connection information
35-
const char *HTTP_SERVER_NAME = "developer.mbed.org";
35+
const char *HTTP_SERVER_NAME = "os.mbed.com";
3636
const char *HTTP_SERVER_FILE_PATH = "/media/uploads/mbed_official/hello.txt";
3737
const int HTTP_SERVER_PORT = 80;
3838
#if defined(TARGET_VK_RZ_A1H)

TESTS/netsocket/tcp_hello_world/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using namespace utest::v1;
3232

3333
namespace {
3434
// Test connection information
35-
const char *HTTP_SERVER_NAME = "developer.mbed.org";
35+
const char *HTTP_SERVER_NAME = "os.mbed.com";
3636
const char *HTTP_SERVER_FILE_PATH = "/media/uploads/mbed_official/hello.txt";
3737
const int HTTP_SERVER_PORT = 80;
3838
#if defined(TARGET_VK_RZ_A1H)

0 commit comments

Comments
 (0)