summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-12-12 09:41:49 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-12-12 09:41:49 +0000
commit1213217f796570eaf9a7e7928f964bf4c6b2871d (patch)
treefa4d7171bf50eb249a8ff7e40eb253d43c586e7a
parentc8333bd42adf8b2eef1dfaf87a09884bef813195 (diff)
jdk: Fix hyperlink in hadoop section of email
URL was wrong for hadoop section of email.
-rwxr-xr-xbenchmark-terasort-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark-terasort-report b/benchmark-terasort-report
index 98d3538..a0d511c 100755
--- a/benchmark-terasort-report
+++ b/benchmark-terasort-report
@@ -33,7 +33,7 @@ y=$(echo "scale=10; $server_today / ${SERVER_BASELINE}" | bc)
client_today_vs_client_baseline=$(printf "%.02f" $x)
server_today_vs_server_baseline=$(printf "%.02f" $y)
-people_link="http://openjdk.linaro.org/$JDK_VERSION/hadoop-terasort-benchmark-results/"
+people_link="http://openjdk.linaro.org/jdk$JDK_VERSION/hadoop-terasort-benchmark-results/"
echo "Regression test Hadoop-Terasort completed"
echo "========================================="