We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d683b15 commit 4949facCopy full SHA for 4949fac
plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/help/HelpIds.kt
@@ -126,10 +126,9 @@ enum class HelpIds(shortId: String, val url: String) {
126
"https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/setup-credentials.html"
127
),
128
129
- // TODO: update this
130
Q_SWITCH_PROFILES_DIALOG(
131
"QSwitchProfilesDialog",
132
- "https://aws.amazon.com/q/developer/"
+ "https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/subscribe-understanding-profile.html"
133
134
;
135
0 commit comments