Skip to content

Commit 4160b80

Browse files
committed
Added links
1 parent 9b81d1f commit 4160b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sites/cheerpx/src/content/docs/11-guides/File-System-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ await dataDevice.writeFile("/filename", "contents");
239239
240240
## Block devices with ext2
241241

242-
CheerpX supports ext2 filesystems, which can be configured as an overlay device. This allows for a flexible setup that can combine different storage types.
242+
CheerpX supports ext2 filesystems, which can be configured as an [`OverlayDevice`](/docs/reference/CheerpX.OverlayDevice). This allows for a flexible setup that can combine different storage types.
243243

244244
### Usage
245245

246-
Create an ext2 filesystem by combining a `HttpBytesDevice` to acess disk blocks, an `IDBDevice` to cache and persist data and a `OverlayDevice` to combine the two.
246+
Create an ext2 filesystem by combining a `HttpBytesDevice` to acess disk blocks, an `IDBDevice` to cache and persist data and a [`OverlayDevice`](/docs/reference/CheerpX.OverlayDevice) to combine the two.
247247

248248
```javascript
249249
// Create an HttpBytesDevice for streaming disk blocks via HTTP

0 commit comments

Comments
 (0)