Skip to content

Commit fc58349

Browse files
committed
update domain name to os.mbed.com
1 parent 0906be6 commit fc58349

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_LWIP/TESTS/mbedmicro-net/tcp_hello_world

1 file changed

+1
-1
lines changed

features/FEATURE_LWIP/TESTS/mbedmicro-net/tcp_hello_world/main.cpp

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

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

0 commit comments

Comments
 (0)