From 6afedff4ae3fbaa7d5fcc0151016911d40284c06 Mon Sep 17 00:00:00 2001 From: Anton Sarov Date: Fri, 30 Oct 2015 11:43:53 +0100 Subject: [PATCH] Fixed broken link (to display system) on index page The link on the index page to the Display system documentation was broken and resulted in 404 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a5245e60a4f..9f306ed42bf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -71,7 +71,7 @@ With simple drag and drop Zeppelin aggeregates the values and display them in pi -Learn more about Zeppelin's [Display system](./docs/display.html). +Learn more about Zeppelin's [Display system](./docs/displaysystem/display.html).