Skip to content

Commit 4cd7981

Browse files
author
Amanda Butler
authored
Fix image in FileHandle.md
Update image formatting for page performance.
1 parent 1a73101 commit 4cd7981

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-
![FileHandle callstack](https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/images/filehandle_callstack2.jpg?raw=true)
23+
![FileHandle callstack](https://raw.githubusercontent.com/ARMmbed/mbed-os-5-docs/development/docs/images/filehandle_callstack2.jpg)
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)