Skip to content

Commit bf91596

Browse files
author
Amanda Butler
authored
Fix image links in Layer3IP.md
Fix image links.
1 parent 6ee1e8d commit bf91596

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-
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/l3ip.png)<span>L3IP API</span></span>
3+
![L3IP API](https://raw.githubusercontent.com/ARMmbed/mbed-os-5-docs/blob/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-
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/l3ip-driver.png)<span>L3IP driver</span></span>
13+
![L3IP driver](https://raw.githubusercontent.com/ARMmbed/mbed-os-5-docs/blob/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)