Skip to content

Commit 4b5132c

Browse files
meanmailclaude
andcommitted
Update Troubleshooting guide URL to Hyperskill support portal
The old URL (plugins.jetbrains.com) was returning 404. Now points to the IDE Troubleshooting section on support.hyperskill.org. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 178d60f commit 4b5132c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hs-edu-format/src/org/hyperskill/academy/learning/courseFormat/EduFormatNames.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ object EduFormatNames {
8484
const val PYTHON_3_VERSION = "3.x"
8585

8686
// Troubleshooting guide links
87-
const val TROUBLESHOOTING_GUIDE_URL = "https://plugins.jetbrains.com/plugin/28001-jetbrains-academy/docs/troubleshooting-guide.html"
88-
const val NO_TESTS_URL = "$TROUBLESHOOTING_GUIDE_URL#no_tests_have_run"
89-
const val FAILED_TO_CHECK_URL = "$TROUBLESHOOTING_GUIDE_URL#failed_to_launch_checking"
87+
const val TROUBLESHOOTING_GUIDE_URL = "https://support.hyperskill.org/hc/en-us/sections/20682551792404-IDE-Troubleshooting"
88+
const val NO_TESTS_URL = "https://support.hyperskill.org/hc/en-us/articles/28831366886932-Error-No-test-have-run-in-PyCharm"
89+
const val FAILED_TO_CHECK_URL = TROUBLESHOOTING_GUIDE_URL
9090

9191
val LOGIN_NEEDED_MESSAGE = message("check.error.login.needed")
9292
}

0 commit comments

Comments
 (0)