Repository: incubator-beam-site Updated Branches: refs/heads/asf-site 8797d044b -> 694410d8f
[BEAM-510] releases: use ASF download script to balance load on Apache From: http://mail-archives.apache.org/mod_mbox/incubator-general/201608.mbox/%3C7E0226B1-0386-499C-8473-61A8E51A691B%40classsoftware.com%3E > All links to the mirrored distribution artifacts must not reference the > main Apache web site. They should use the standard mechanisms to > distribute the load between the mirrors. http://www.apache.org/dev/release-download-pages.html#download-scripts Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/0c45c264 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/0c45c264 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/0c45c264 Branch: refs/heads/asf-site Commit: 0c45c26470a3962bfd81719a9e8121d15045b594 Parents: 8797d04 Author: Dan Halperin <[email protected]> Authored: Mon Aug 1 21:42:39 2016 -0700 Committer: Dan Halperin <[email protected]> Committed: Tue Aug 2 10:54:13 2016 -0700 ---------------------------------------------------------------------- use/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/0c45c264/use/releases.md ---------------------------------------------------------------------- diff --git a/use/releases.md b/use/releases.md index 14aa57c..0561975 100644 --- a/use/releases.md +++ b/use/releases.md @@ -8,7 +8,7 @@ redirect_from: /releases/ # Apache Beam Releases The easiest way to use Apache Beam is via one of the released versions in the -[Maven Central Repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22). +[Maven Central Repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22). For example, if you are developing using Maven and want to use the SDK for Java with the `DirectRunner`, add the following dependencies to your @@ -33,6 +33,6 @@ at scale. ## Release Notes ### 0.1.0-incubating -[Source code download](https://dist.apache.org/repos/dist/release/incubator/beam/0.1.0-incubating/apache-beam-0.1.0-incubating-source-release.zip) +[Source code download](https://www.apache.org/dyn/closer.cgi?filename=incubator/beam/0.1.0-incubating/apache-beam-0.1.0-incubating-source-release.zip&action=download) * The first incubating release of Apache Beam.
