diff --git a/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RInternalError.java b/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RInternalError.java index fc61fb2ff916c2bc36d755751af3ee12283e5161..bf6f09ba024968ef2c42cb536407f2d1d525e950 100644 --- a/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RInternalError.java +++ b/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RInternalError.java @@ -192,7 +192,7 @@ public final class RInternalError extends Error implements TruffleException { System.err.println(verboseStackTrace); } - String message = "An internal error occurred: \"" + errMsg + "\"\nPlease report an issue including the commands"; + String message = "An internal error occurred: \"" + errMsg + "\"\nPlease report an issue at https://github.com/oracle/fastr including the commands"; if (FastROptions.PrintErrorStacktracesToFile.getBooleanValue()) { message += " and the error log file '" + getLogFileName(contextId) + "'."; } else {