Repository: spark-website Updated Branches: refs/heads/asf-site 3a6349595 -> 775127770
Fix spark 2.1.3 link issues Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/77512777 Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/77512777 Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/77512777 Branch: refs/heads/asf-site Commit: 775127770ffd9fbb0389b09a232988ab9c71b22f Parents: 3a63495 Author: Holden Karau <[email protected]> Authored: Sun Jul 1 11:53:45 2018 -0700 Committer: Holden Karau <[email protected]> Committed: Sun Jul 1 11:57:23 2018 -0700 ---------------------------------------------------------------------- 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/77512777/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 e4ec5d8..a165b35 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-3-1.html" title="Spark Release 2.3.1">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.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. http://git-wip-us.apache.org/repos/asf/spark-website/blob/77512777/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 924c2a4..3416c65 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 @@ -13,6 +13,6 @@ meta: 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. -You can consult JIRA for the [detailed changes](https://s.apache.org/spark-2.1.3). +You can consult JIRA for the [detailed changes](https://s.apache.org/spark-2.1.3-release-notes). We would like to acknowledge all community members for contributing patches to this release. http://git-wip-us.apache.org/repos/asf/spark-website/blob/77512777/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 27e870e..bcf0f97 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-3-1.html" title="Spark Release 2.3.1">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.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> http://git-wip-us.apache.org/repos/asf/spark-website/blob/77512777/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 278b9b8..388ffc6 100644 --- a/site/releases/spark-release-2-1-3.html +++ b/site/releases/spark-release-2-1-3.html @@ -205,7 +205,7 @@ <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>You can consult JIRA for the <a href="https://s.apache.org/spark-2.1.3">detailed changes</a>.</p> +<p>You can consult JIRA for the <a href="https://s.apache.org/spark-2.1.3-release-notes">detailed changes</a>.</p> <p>We would like to acknowledge all community members for contributing patches to this release.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
