diff --git a/plugin/webview/src/q-ui/components/qOptions.vue b/plugin/webview/src/q-ui/components/qOptions.vue index 1a3c042a..7ce00a24 100644 --- a/plugin/webview/src/q-ui/components/qOptions.vue +++ b/plugin/webview/src/q-ui/components/qOptions.vue @@ -119,7 +119,7 @@ export default defineComponent({ window.telemetryApi.postClickEvent("maintenanceLearnMoreLink") window.ideApi.postMessage({ command: 'openUrl', - params: { url: 'https://aws.amazon.com/q/developer/' } + params: { url: 'https://aws.amazon.com/blogs/devops/amazon-q-developer-end-of-support-announcement/' } }) }, handleBackButtonClick() {