Skip to content

Commit 4949fac

Browse files
authored
fix(amazonq): Update profile selection help url (#5557)
1 parent d683b15 commit 4949fac

File tree

1 file changed

+1
-2
lines changed
  • plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/help

1 file changed

+1
-2
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/help/HelpIds.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ enum class HelpIds(shortId: String, val url: String) {
126126
"https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/setup-credentials.html"
127127
),
128128

129-
// TODO: update this
130129
Q_SWITCH_PROFILES_DIALOG(
131130
"QSwitchProfilesDialog",
132-
"https://aws.amazon.com/q/developer/"
131+
"https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/subscribe-understanding-profile.html"
133132
),
134133
;
135134

0 commit comments

Comments
 (0)