From 66a74a2b88475c339a4515ada90b990af6003be1 Mon Sep 17 00:00:00 2001 From: Jaebin Yoon Date: Mon, 1 Feb 2016 01:07:24 -0800 Subject: [PATCH] Fixed the broken link --- docs/content/operations/other-hadoop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/operations/other-hadoop.md b/docs/content/operations/other-hadoop.md index 82c26fb934a..296488e5278 100644 --- a/docs/content/operations/other-hadoop.md +++ b/docs/content/operations/other-hadoop.md @@ -76,7 +76,7 @@ Another workaround solution is to build a custom fat jar of Druid using [sbt](ht (2) Make a new directory named 'druid_build'. -(3) Cd to 'druid_build' and create the build.sbt file with the content [here](./use_sbt_to_build_fat_jar.md). +(3) Cd to 'druid_build' and create the build.sbt file with the content [here](./use_sbt_to_build_fat_jar.html). You can always add more building targets or remove the ones you don't need.