Skip to content

Commit b3160af

Browse files
author
Amanda Butler
authored
Fix example link in SlicingBlockDevice.md
Update example link because source repo structure changed.
1 parent 09ba802 commit b3160af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/storage/SlicingBlockDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To configure this class, please see our [BlockDevice configuration documentation
2020

2121
This SlicingBlockDevice example partitions a [HeapBlockDevice](heapblockdevice.html) into three subunits and showcases programming and reading back data segments through both the underlying master block device and the sliced subunits.
2222

23-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/tree/master/SlicingBlockDevice/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/tree/master/SlicingBlockDevice/main.cpp)
23+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/blockdevices/SlicingBlockDevice/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/blockdevices/SlicingBlockDevice/main.cpp)
2424

2525
### Related content
2626

0 commit comments

Comments
 (0)