Skip to content

Commit e1fb50f

Browse files
author
Amanda Butler
authored
Update examples in MBRBlockDevice.md
Apply PR #912 to 5.11 to update examples.
1 parent 04ead28 commit e1fb50f

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://os.mbed.com/teams/mbed_example/code/MBRBlockDevice_ex_1/)](https://os.mbed.com/teams/mbed_example/code/MBRBlockDevice_ex_1/file/daa62d7aa9f9/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://os.mbed.com/teams/mbed_example/code/MBRBlockDevice_ex_2/)](https://os.mbed.com/teams/mbed_example/code/MBRBlockDevice_ex_2/file/a48b7099a59c/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)