Skip to content

Commit 3b8066d

Browse files
authored
fix(upgrade): Correct Core 3 upgrade guide docs URL (#8014)
1 parent 0b21d2e commit 3b8066d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/swift-poets-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/upgrade": patch
3+
---
4+
5+
fix(upgrade): Correct Core 3 upgrade guide docs URL

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)