Skip to content

Commit 7e588e3

Browse files
author
Amanda Butler
authored
Fix Doxygen links in BufferedBlockDevice.md
Point links to class reference instead of .h file.
1 parent 010170c commit 7e588e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/storage/BufferedBlockDevice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## BufferedBlockDevice
22

3-
<span class="images">![](https://os.mbed.com/docs/development/mbed-os-api-doxy/class_buffered_block_device.png)<span>BufferedBlockDevice class hierarchy</span></span>
3+
<span class="images">![](http://os.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_buffered_block_device.png)<span>BufferedBlockDevice class hierarchy</span></span>
44

55
The BufferedBlockDevice class is a block device adpator, whose purpose is to reduce the read and program sizes of the underlying block device to 1. Large read and/or program sizes may make life difficult for block device users, so BufferedBlockDevice reduces both sizes to the minimum, where reads and writes to the underlying BD use an internal buffer. Calling the `sync` API ensures writes are flushed to the underlying BD.
66

@@ -12,7 +12,7 @@ To configure this class, please see our [BlockDevice configuration documentation
1212

1313
### BufferedBlockDevice class reference
1414

15-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/mbed-os-api-doxy/_buffered_block_device_8h_source.html)
15+
[![View code](https://www.mbed.com/embed/?type=library)](http://os.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_buffered_block_device.html)
1616

1717
### BufferedBlockDevice example
1818

0 commit comments

Comments
 (0)