Skip to content

Commit 252282f

Browse files
author
Amanda Butler
authored
Fix links in Layer3IP.md
Fix image links, so images appear.
1 parent c92bc48 commit 252282f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/porting/connectivity/Layer3IP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h2 id="l3-porting">IP Layer3 (L3IP) drivers</h2>
22

3-
![L3IP API](https://raw.githubusercontent.com/ARMmbed/mbed-os-5-docs/blob/development/docs/images/l3ip.png)
3+
![L3IP API](https://raw.githubusercontent.com/ARMmbed/mbed-os-5-docs/development/docs/images/l3ip.png)
44

55
This document describes how to port and test a cellular IP Layer3 (L3IP) driver to Mbed OS.
66

@@ -10,7 +10,7 @@ If the device has an off-board network stack, a driver needs to implement [Netwo
1010

1111
### Abstractions
1212

13-
![L3IP driver](https://raw.githubusercontent.com/ARMmbed/mbed-os-5-docs/blob/development/docs/images/l3ip-driver.png)
13+
![L3IP driver](https://raw.githubusercontent.com/ARMmbed/mbed-os-5-docs/development/docs/images/l3ip-driver.png)
1414

1515
The L3IP interface abstracts network stacks and drivers and easily permits multiple instances. The key API classes are:
1616

0 commit comments

Comments
 (0)