Skip to content

Commit 8886b48

Browse files
committed
Another bad link
1 parent 62c48bf commit 8886b48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/storage/FATFileSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To configure this class, please see the [FileSystem configuration documentation]
3434

3535
### FATFileSystem class reference
3636

37-
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/class_f_a_t_file_system.html)
37+
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/_f_a_t_file_system_8h_source.html)
3838

3939
### FATFileSystem example
4040

docs/porting/storage/storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you want to port a new file system to Mbed OS on existing storage options you
1010

1111
#### File systems
1212

13-
To implement a new file system in Mbed OS, an implementor needs to provide the abstract functions in the file system interface. The [FAT file system](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/class_f_a_t_file_system.html) provides an excellent example.
13+
To implement a new file system in Mbed OS, an implementor needs to provide the abstract functions in the file system interface. The [FAT file system](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/_f_a_t_file_system_8h_source.html) provides an excellent example.
1414

1515
A minimal file system needs to provide the following functions:
1616

@@ -29,4 +29,4 @@ File systems must be backed by a block device in Mbed OS. If you are using suppo
2929
#### Related content
3030

3131
- [BlockDevice](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_block_device.html).
32-
- [FAT file system](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/class_f_a_t_file_system.html).
32+
- [FAT file system](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/_f_a_t_file_system_8h_source.html).

0 commit comments

Comments
 (0)