Skip to content

Commit

Permalink
docs: fix broken link (#284)
Browse files Browse the repository at this point in the history
* docs: fix broken link

* Update documentation/docs/20-commands/40-sv-migrate.md

Co-authored-by: Conduitry <[email protected]>

---------

Co-authored-by: Conduitry <[email protected]>
  • Loading branch information
benmccann and Conduitry authored Nov 29, 2024
1 parent c11b051 commit 478b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/20-commands/40-sv-migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: sv migrate
---

`sv migrate` migrates Svelte(Kit) codebases. It delegates to the [`svelte-migrate`](https://github.com/sveltejs/kit/blob/main/packages/migrate) package.
`sv migrate` migrates Svelte(Kit) codebases. It delegates to the [`svelte-migrate`](https://www.npmjs.com/package/svelte-migrate) package.

Some migrations may annotate your codebase with tasks for completion that you can find by searching for `@migration`.

Expand Down

0 comments on commit 478b72c

Please sign in to comment.