From 53895b0be49fb05c5d268dc6fa73c47baaac384a Mon Sep 17 00:00:00 2001 From: Webysther Nunes Date: Wed, 25 Apr 2018 01:42:22 -0300 Subject: [PATCH] Fix 404 URI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4a7976bf8..586e4928ec 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ And alternative languages: And a third-party computing platform: -* [Apache Flink](http://www.cascading.org/cascading-flink/) - Faster than MapReduce cluster computing +* [Apache Flink](https://www.cascading.org/projects/flink/) - Faster than MapReduce cluster computing ## Versioning @@ -225,4 +225,4 @@ For example, your job jar would look like this (via: `jar -t your.jar`) ``` Hadoop will unpack the jar locally and remotely (in the cluster) and add any libraries in `lib` to the classpath. This -is a feature specific to Hadoop. \ No newline at end of file +is a feature specific to Hadoop.