Repository: bahir-website Updated Branches: refs/heads/master 6ae326a97 -> a23f5cfe1
[BAHIR-171] - Download page should not link to unreleased code Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/a23f5cfe Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/a23f5cfe Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/a23f5cfe Branch: refs/heads/master Commit: a23f5cfe13a7f9f9c557772f341ef20fa0026d95 Parents: 6ae326a Author: Luciano Resende <[email protected]> Authored: Wed Jun 20 05:45:20 2018 -0700 Committer: Luciano Resende <[email protected]> Committed: Wed Jun 20 05:45:20 2018 -0700 ---------------------------------------------------------------------- site/downloads/flink.md | 8 -------- site/downloads/spark.md | 8 -------- 2 files changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/a23f5cfe/site/downloads/flink.md ---------------------------------------------------------------------- diff --git a/site/downloads/flink.md b/site/downloads/flink.md index 3ac489f..b6c2b27 100644 --- a/site/downloads/flink.md +++ b/site/downloads/flink.md @@ -70,14 +70,6 @@ Our latest {{ site.data.project.name }} release for Apache Flink extensions is { </tbody> </table> -You can also retrieve the source files from our git repository by typing: - -<pre> -git clone {{site.data.project.flink_source_repository_mirror}} -cd {{site.data.project.flink_github_project_name}} -git checkout -b tags/v{{site.data.project.flink_latest_release}} v{{site.data.project.flink_latest_release}} -</pre> - ### Previous Releases All previous releases of {{ site.data.project.name }} Flink Extensions can be found in the [archives](http://archive.apache.org/dist/{{site.data.project.unix_name}}/{{site.data.project.flink_unix_name}}). http://git-wip-us.apache.org/repos/asf/bahir-website/blob/a23f5cfe/site/downloads/spark.md ---------------------------------------------------------------------- diff --git a/site/downloads/spark.md b/site/downloads/spark.md index d8408be..42e6722 100644 --- a/site/downloads/spark.md +++ b/site/downloads/spark.md @@ -66,14 +66,6 @@ Our latest release supports Apache Spark {{site.data.project.spark_latest_releas </tbody> </table> -You can also retrieve the source files from our git repository by typing: - -<pre> -git clone {{site.data.project.spark_source_repository_mirror}} -cd {{site.data.project.spark_github_project_name}} -git checkout -b tags/v{{site.data.project.spark_latest_release}} v{{site.data.project.spark_latest_release}} -</pre> - ### Previous Releases All previous releases of {{ site.data.project.name }} Spark Extensions can be found in the [archives](https://archive.apache.org/dist/{{site.data.project.spark_unix_name}}/).
