Skip to content

Commit 3817951

Browse files
committed
fix(upgrade): Correct Core 3 upgrade guide docs URL
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 14c1ed7 commit 3817951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/upgrade/src/versions/core-3

packages/upgrade/src/versions/core-3/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
id: 'core-3',
33
name: 'Core 3',
4-
docsUrl: 'https://clerk.com/docs/upgrade-guides/core-3',
4+
docsUrl: 'https://clerk.com/docs/guides/development/upgrading/upgrade-guides/core-3',
55
sdkVersions: {
66
nextjs: { from: 6, to: 7 },
77
react: { from: 5, to: 6 },

0 commit comments

Comments
 (0)