Skip to content

Commit 3d5ff59

Browse files
authored
Provided connection guide link instead of general documentation (#3493)
1 parent 14b6666 commit 3d5ff59

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ enum class HelpIds(shortId: String, val url: String) {
2727
),
2828
EXPLORER_CREDS_HELP(
2929
"explorerCredsHelp",
30-
"https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/working-with-aws.html"
30+
"https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/setup-credentials.html"
3131
),
3232

3333
// Lambda

0 commit comments

Comments
 (0)