We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1860e8 commit 90fe390Copy full SHA for 90fe390
1 file changed
plugin/webview/src/q-ui/components/qOptions.vue
@@ -119,7 +119,7 @@ export default defineComponent({
119
window.telemetryApi.postClickEvent("maintenanceLearnMoreLink")
120
window.ideApi.postMessage({
121
command: 'openUrl',
122
- params: { url: 'https://aws.amazon.com/q/developer/' }
+ params: { url: 'https://aws.amazon.com/blogs/devops/amazon-q-developer-end-of-support-announcement/' }
123
})
124
},
125
handleBackButtonClick() {
0 commit comments