Skip to content

Commit 90b23be

Browse files
authored
Update files.md (#1252)
fix broken link to data loaders
1 parent 529ee37 commit 90b23be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords: file, fileattachment, attachment
44

55
# Files
66

7-
Load files — whether static or generated dynamically by a [data loader](../loaders) — using the built-in `FileAttachment` function. This is available by default in Markdown, but you can import it explicitly like so:
7+
Load files — whether static or generated dynamically by a [data loader](./loaders) — using the built-in `FileAttachment` function. This is available by default in Markdown, but you can import it explicitly like so:
88

99
```js echo
1010
import {FileAttachment} from "npm:@observablehq/stdlib";

0 commit comments

Comments
 (0)