Skip to content

Commit 80dfe07

Browse files
author
Amanda Butler
authored
Fix example links in MBRBlockDevice.md
Update examples because source repo structure changed.
1 parent 0c047bb commit 80dfe07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/storage/MBRBlockDevice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ You can view more information about the configurable settings and functions in t
1919

2020
Partition a heap backed block device into two partitions. This example also uses the [HeapBlockDevice](heapblockdevice.html).
2121

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

2424
Partition an SD card, and format the new partition with a FAT filesystem. A PC will now be able to recognize the SD card.
2525

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

2828
### Related content
2929

0 commit comments

Comments
 (0)