Skip to content

Commit e93d3ad

Browse files
committed
docs
1 parent 2097eac commit e93d3ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/docs/40-api/10-add-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default defineAddon({
6161
```
6262

6363
> `sv` owns the file system — `sv.file()` resolves the path, reads the file, applies the transform, and writes the result.
64-
> `@sveltejs/sv-utils` owns the content — `transforms.svelte()` handles parsing, gives you the AST, and serializes back. See [sv-utils](sv-utils) for the full API.
64+
> `@sveltejs/sv-utils` owns the content — `transforms.svelte()` handles parsing, gives you the AST, and serializes back. See [sv-utils](/docs/cli/sv-utils) for the full API.
6565
6666
## Development with `file:` protocol
6767

0 commit comments

Comments
 (0)