CORDA-2821 Fix issue with Quasar errors redirecting to useless page (#4982)

* Changed dead url to the new location.

* Modified documentation. Linked new place for intelliJ guide.

* Changed url to the new link.
This commit is contained in:
Stefan Iliev
2019-04-25 16:34:05 +01:00
committed by Anthony Keenan
parent 2e4c5d79f6
commit b0a9656746
3 changed files with 46 additions and 36 deletions

View File

@ -309,7 +309,7 @@ class SingleThreadedStateMachineManager(
private fun checkQuasarJavaAgentPresence() {
check(SuspendableHelper.isJavaAgentActive()) {
"""Missing the '-javaagent' JVM argument. Make sure you run the tests with the Quasar java agent attached to your JVM.
#See https://docs.corda.net/troubleshooting.html - 'Fiber classes not instrumented' for more details.""".trimMargin("#")
#See https://docs.corda.net/head/testing.html#running-tests-in-intellij - 'Fiber classes not instrumented' for more details.""".trimMargin("#")
}
}