summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjcstress-report4
1 files changed, 2 insertions, 2 deletions
diff --git a/jcstress-report b/jcstress-report
index 73e16af..39d79aa 100755
--- a/jcstress-report
+++ b/jcstress-report
@@ -27,7 +27,7 @@ source $THISDIR/date-vars.sh
numeric_date=$(date +'%s' --date=$(date +'%Y-%m-%d'))
run_dir=$(basename $JCSTRESS_RUN_DIR)
-people_link="http://openjdk.linaro.org/$JDK_VERSION/$run_dir/"
+people_link="http://openjdk.linaro.org/jdk$JDK_VERSION/$run_dir/"
echo "This is a summary of the jcstress test results"
echo "=============================================="
@@ -40,5 +40,5 @@ $THISDIR/jcstress-print-results "$@" | tail -n $DAYS
echo " "
echo "For detailed information on the test output please refer to: "
echo " "
-echo " http://openjdk.linaro.org/$JDK_VERSION/$run_dir/"
+echo " http://openjdk.linaro.org/jdk$JDK_VERSION/$run_dir/"
echo " "