Skip to content

Commit

Permalink
fix: correct link to docs (#11407)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Dec 19, 2023
1 parent 2783f13 commit 9adf3b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-colts-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"svelte-migrate": patch
---

fix: correct link to docs
2 changes: 1 addition & 1 deletion packages/migrate/migrations/sveltekit-2/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function update_tsconfig_content(content) {

if (content.includes('"paths":') || content.includes('"baseUrl":')) {
log_migration(
'`paths` and/or `baseUrl` detected in your tsconfig.json - remove it and use `kit.alias` instead: https://kit.svelte.dev/docs/migrating-to-sveltekit-2#generated-tsconfigjson-is-more-strict'
'`paths` and/or `baseUrl` detected in your tsconfig.json - remove it and use `kit.alias` instead: https://kit.svelte.dev/docs/migrating-to-sveltekit-2#generated-tsconfig-json-is-more-strict'
);
}

Expand Down

0 comments on commit 9adf3b8

Please sign in to comment.