Skip to content

Commit 2cc5107

Browse files
author
Amanda Butler
authored
Fix image link in FileHandle.md
Use compressed image for rendering.
1 parent 2890a02 commit 2cc5107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/platform/FileHandle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Exactly which operations a `FileHandle` supports depends on the underlying devic
2020

2121
You can use a `FileHandle` directly, or you can use standard POSIX or C/C++ APIs to manipulate it. Stdio calls taking `FILE *stream` call the POSIX APIs taking `int fd`, which call methods on `FileHandle` objects.
2222

23-
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/filehandle_callstack.png)</span>
23+
![FileHandle callstack](https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/images/filehandle_callstack2.jpg?raw=true)
2424

2525
The `FileHandle` may be implicitly created by a higher layer, as in a call to `fopen`. In this case, the name lookup produces a `FileHandle` and POSIX file descriptor internally.
2626

0 commit comments

Comments
 (0)