Repository: spark-website Updated Branches: refs/heads/asf-site da71a5c1d -> 8857572df
Fix nit in 2-1-3 release page Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/8857572d Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/8857572d Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/8857572d Branch: refs/heads/asf-site Commit: 8857572dfd58941c83c6cc903d1922631a20fdfb Parents: da71a5c Author: Yuanjian Li <[email protected]> Authored: Tue Jul 3 15:33:47 2018 +0800 Committer: hyukjinkwon <[email protected]> Committed: Wed Jul 4 02:15:00 2018 +0800 ---------------------------------------------------------------------- news/_posts/2018-06-29-spark-2-1-3-released.md | 2 +- releases/_posts/2018-06-29-spark-release-2-1-3.md | 2 +- site/news/spark-2-1-3-released.html | 2 +- site/releases/spark-release-2-1-3.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark-website/blob/8857572d/news/_posts/2018-06-29-spark-2-1-3-released.md ---------------------------------------------------------------------- diff --git a/news/_posts/2018-06-29-spark-2-1-3-released.md b/news/_posts/2018-06-29-spark-2-1-3-released.md index a165b35..61145df 100644 --- a/news/_posts/2018-06-29-spark-2-1-3-released.md +++ b/news/_posts/2018-06-29-spark-2-1-3-released.md @@ -11,4 +11,4 @@ meta: _edit_last: '4' _wpas_done_all: '1' --- -We are happy to announce the availability of <a href="{{site.baseurl}}/releases/spark-release-2-1-3.html" title="Spark Release 2.3.1">Spark 2.1.3</a>! Visit the <a href="{{site.baseurl}}/releases/spark-release-2-1-3.html" title="Spark Release 2.1.3">release notes</a> to read about the new features, or <a href="{{site.baseurl}}/downloads.html">download</a> the release today. +We are happy to announce the availability of <a href="{{site.baseurl}}/releases/spark-release-2-1-3.html" title="Spark Release 2.1.3">Spark 2.1.3</a>! Visit the <a href="{{site.baseurl}}/releases/spark-release-2-1-3.html" title="Spark Release 2.1.3">release notes</a> to read about the new features, or <a href="{{site.baseurl}}/downloads.html">download</a> the release today. http://git-wip-us.apache.org/repos/asf/spark-website/blob/8857572d/releases/_posts/2018-06-29-spark-release-2-1-3.md ---------------------------------------------------------------------- diff --git a/releases/_posts/2018-06-29-spark-release-2-1-3.md b/releases/_posts/2018-06-29-spark-release-2-1-3.md index 3416c65..85921ba 100644 --- a/releases/_posts/2018-06-29-spark-release-2-1-3.md +++ b/releases/_posts/2018-06-29-spark-release-2-1-3.md @@ -11,7 +11,7 @@ meta: _wpas_done_all: '1' --- -Spark 2.1.3 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.3.x users to upgrade to this stable release. +Spark 2.1.3 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.1.x users to upgrade to this stable release. You can consult JIRA for the [detailed changes](https://s.apache.org/spark-2.1.3-release-notes). http://git-wip-us.apache.org/repos/asf/spark-website/blob/8857572d/site/news/spark-2-1-3-released.html ---------------------------------------------------------------------- diff --git a/site/news/spark-2-1-3-released.html b/site/news/spark-2-1-3-released.html index bcf0f97..6c7af52 100644 --- a/site/news/spark-2-1-3-released.html +++ b/site/news/spark-2-1-3-released.html @@ -203,7 +203,7 @@ <h2>Spark 2.1.3 released</h2> -<p>We are happy to announce the availability of <a href="/releases/spark-release-2-1-3.html" title="Spark Release 2.3.1">Spark 2.1.3</a>! Visit the <a href="/releases/spark-release-2-1-3.html" title="Spark Release 2.1.3">release notes</a> to read about the new features, or <a href="/downloads.html">download</a> the release today.</p> +<p>We are happy to announce the availability of <a href="/releases/spark-release-2-1-3.html" title="Spark Release 2.1.3">Spark 2.1.3</a>! Visit the <a href="/releases/spark-release-2-1-3.html" title="Spark Release 2.1.3">release notes</a> to read about the new features, or <a href="/downloads.html">download</a> the release today.</p> <p> http://git-wip-us.apache.org/repos/asf/spark-website/blob/8857572d/site/releases/spark-release-2-1-3.html ---------------------------------------------------------------------- diff --git a/site/releases/spark-release-2-1-3.html b/site/releases/spark-release-2-1-3.html index 388ffc6..f2f7b5e 100644 --- a/site/releases/spark-release-2-1-3.html +++ b/site/releases/spark-release-2-1-3.html @@ -203,7 +203,7 @@ <h2>Spark Release 2.1.3</h2> -<p>Spark 2.1.3 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.3.x users to upgrade to this stable release.</p> +<p>Spark 2.1.3 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.1.x users to upgrade to this stable release.</p> <p>You can consult JIRA for the <a href="https://s.apache.org/spark-2.1.3-release-notes">detailed changes</a>.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
