Repository: spark-website Updated Branches: refs/heads/asf-site af0b9fba2 -> 15e7ae4fc
fix hardcoded jira issue in link to SPIPs Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/15e7ae4f Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/15e7ae4f Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/15e7ae4f Branch: refs/heads/asf-site Commit: 15e7ae4fc3f4833df6177e641fa3fd08bf4e404c Parents: af0b9fb Author: cody koeninger <[email protected]> Authored: Mon Jun 26 09:32:33 2017 -0500 Committer: cody koeninger <[email protected]> Committed: Mon Jun 26 09:32:33 2017 -0500 ---------------------------------------------------------------------- site/improvement-proposals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark-website/blob/15e7ae4f/site/improvement-proposals.html ---------------------------------------------------------------------- diff --git a/site/improvement-proposals.html b/site/improvement-proposals.html index 66da9b5..4a9c688 100644 --- a/site/improvement-proposals.html +++ b/site/improvement-proposals.html @@ -212,7 +212,7 @@ <li>Includes discussions on the JIRA ticket and dev@ list about the proposal</li> </ul> -<p><a href="https://issues.apache.org/jira/browse/SPARK-19904?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Open%2C%20Reopened%2C%20%22In%20Progress%22)%20AND%20labels%20%3D%20SPIP%20ORDER%20BY%20createdDate%20DESC">Current SPIPs</a></p> +<p><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Open%2C%20Reopened%2C%20%22In%20Progress%22)%20AND%20labels%20%3D%20SPIP%20ORDER%20BY%20createdDate%20DESC">Current SPIPs</a></p> <p><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved)%20AND%20labels%20%3D%20SPIP%20ORDER%20BY%20createdDate%20DESC">Past SPIPs</a></p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
