Skip to content

Commit 685c7b7

Browse files
cursoragentserhalp
authored andcommitted
fix: update outdated plugin upgrade instructions
Co-authored-by: philippe.serhal <[email protected]>
1 parent 5de08d5 commit 685c7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/build/src/log/messages/compatibility.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ const getUpgradeInstruction = function (loadedFrom, origin) {
140140
}
141141

142142
if (origin === 'ui') {
143-
return 'To upgrade this plugin, please uninstall and re-install it from the Netlify plugins directory (https://app.netlify.com/plugins)'
143+
return 'To upgrade this plugin, go to Project Configuration > Build & deploy > Build settings in your site dashboard'
144144
}
145145

146-
return 'To upgrade this plugin, please remove it from "netlify.toml" and install it from the Netlify plugins directory instead (https://app.netlify.com/plugins)'
146+
return 'To upgrade this plugin, please remove it from "netlify.toml" and install it from Project Configuration > Build & deploy > Build settings in your site dashboard instead'
147147
}
148148

149149
// Print a warning message when plugins are using a version that is too recent

0 commit comments

Comments
 (0)