[hotfix] [docs] Fix broken downloads page url This closes #4912
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b5189957 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b5189957 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b5189957 Branch: refs/heads/master Commit: b518995790f63b7faeaa9971099261f95af71290 Parents: 250adfd Author: gyao <[email protected]> Authored: Fri Oct 27 14:44:32 2017 +0200 Committer: Stephan Ewen <[email protected]> Committed: Thu Nov 2 14:02:02 2017 +0100 ---------------------------------------------------------------------- docs/ops/deployment/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/b5189957/docs/ops/deployment/aws.md ---------------------------------------------------------------------- diff --git a/docs/ops/deployment/aws.md b/docs/ops/deployment/aws.md index dd9b6c4..709ecd1 100644 --- a/docs/ops/deployment/aws.md +++ b/docs/ops/deployment/aws.md @@ -55,7 +55,7 @@ when creating an EMR cluster. After creating your cluster, you can [connect to the master node](http://docs.aws.amazon.com/ElasticMapReduce/latest/ManagementGuide/emr-connect-master-node.html) and install Flink: -1. Go the [Downloads Page]({{ download_url}}) and **download a binary version of Flink matching the Hadoop version** of your EMR cluster, e.g. Hadoop 2.7 for EMR releases 4.3.0, 4.4.0, or 4.5.0. +1. Go the [Downloads Page]({{ site.download_url }}) and **download a binary version of Flink matching the Hadoop version** of your EMR cluster, e.g. Hadoop 2.7 for EMR releases 4.3.0, 4.4.0, or 4.5.0. 2. Extract the Flink distribution and you are ready to deploy [Flink jobs via YARN](yarn_setup.html) after **setting the Hadoop config directory**: ```bash
