Skip to content

Commit 25de7b2

Browse files
author
Amanda Butler
authored
Fix link in connectivity.md
Fix broken link.
1 parent 871ce4d commit 25de7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/contributing/connectivity/connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The NetworkSocketAPI is designed to make porting new devices as easy as possible and only requires a handful of methods for a minimal implementation.
88

9-
A new device must implement a [NetworkInterface](https://github.com/ARMmbed/mbed-os/blob/master/features/NetworkSocketAPI/NetworkInterface.h), with the naming convention of **DeviceInterface** - where **Device** is a unique name that represents the device or network processor.
9+
A new device must implement a [NetworkInterface](https://github.com/ARMmbed/mbed-os/blob/master/features/netsocket/NetworkInterface.h), with the naming convention of **DeviceInterface** - where **Device** is a unique name that represents the device or network processor.
1010

1111
The **DeviceInterface** should also inherit one of the following (unless it is an abstract device):
1212

0 commit comments

Comments
 (0)