Skip to content

Commit 67eeebb

Browse files
committed
2 parents 3f2d91e + 908f513 commit 67eeebb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ Example: `mbed compile -m K64F -t ARM`
2626

2727
You can find more information on the network socket API in the [Mbed OS 5 documentation](https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/APIs/communication/network_sockets/).
2828

29-
You can also find more information on the socket statistic API in the [Mbed OS 5 documentation](https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/).
29+
You can also find more information on the socket statistic API in the [Mbed OS 5 documentation](https://os.mbed.com/docs/latest/apis/socketstats.html).
3030

3131

3232
### Note
3333

34-
The current example is limited to the ethernet interface on supported devices. To use the example with a different interface, please follow the [socket example readme](https://github.com/ARMmbed/mbed-os-example-sockets/blob/master/README.md).
34+
The current example is configured to use the Ethernet interface on supported devices. To use the example with a different interface, please follow the [socket example readme](https://github.com/ARMmbed/mbed-os-example-sockets/blob/master/README.md).
35+
Network interfaces are documented in [Mbed OS 5 documentation](https://os.mbed.com/docs/latest/apis/network-interfaces.html)
3536

3637
### License and contributions
37-
The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more info.
38+
The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see [Contributing instructions](CONTRIBUTING.md) for more information.
3839

3940
This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ NetworkInterface *net;
8181
int main()
8282
{
8383
// Bring up the ethernet interface
84-
printf("Mbed OS Socket example\n");
84+
printf("Mbed OS Socket statistics example\n");
8585

8686
#ifdef MBED_MAJOR_VERSION
8787
printf("Mbed OS version: %d.%d.%d\n\n", MBED_MAJOR_VERSION, MBED_MINOR_VERSION, MBED_PATCH_VERSION);

0 commit comments

Comments
 (0)