diff --git a/dist/index.html b/dist/index.html
index 855a5212a..5d223e4af 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -318,6 +318,13 @@ Describe gantt syntax :active, a1, after des1, 3d
Add gantt diagram to demo page :after a1 , 20h
Add another diagram to demo page :doc1, after a1 , 48h
+section Clickable
+Visit mermaidjs :active, cl1, 2014-01-07,2014-01-10
+Calling a Callback (look at the console log) :cl2, after cl1, 3d
+
+click cl1 href "https://mermaidjs.github.io/"
+click cl2 call ganttTestClick("test", test, test)
+
section Last section
Describe gantt syntax :after doc1, 3d
Add gantt diagram to demo page : 20h
@@ -376,6 +383,11 @@ Class08 <--> C2: Cool label
});