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 14b6666 commit 3d5ff59Copy full SHA for 3d5ff59
jetbrains-core/src/software/aws/toolkits/jetbrains/core/help/HelpIds.kt
@@ -27,7 +27,7 @@ enum class HelpIds(shortId: String, val url: String) {
27
),
28
EXPLORER_CREDS_HELP(
29
"explorerCredsHelp",
30
- "https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/working-with-aws.html"
+ "https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/setup-credentials.html"
31
32
33
// Lambda
0 commit comments