Skip to content

Commit 7ade182

Browse files
authored
Update packages/vscode/src/notifications.ts
1 parent a161f5f commit 7ade182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const showPDPNotification = async () => {
1313
.then((v) => {
1414
if (v === undefined) return
1515

16-
void env.openExternal(Uri.parse('https://pris.ly/cli/pdp'))
16+
void env.openExternal(Uri.parse('https://pris.ly/vscode/pdp'))
1717
})
1818

1919
await workspace.getConfiguration('prisma').update('pdpNotification', false, ConfigurationTarget.Global)

0 commit comments

Comments
 (0)