diff --git a/doc b/doc
index d8e5c70..a95dd23 160000
--- a/doc
+++ b/doc
@@ -1 +1 @@
-Subproject commit d8e5c706560fdf36a5621e61381c94ad0331d3d9
+Subproject commit a95dd23bda77498c3888a6234cfd1c3bc6092fd7
diff --git a/src/levaindoc.app.src b/src/levaindoc.app.src
index 3477620..6089ecd 100644
--- a/src/levaindoc.app.src
+++ b/src/levaindoc.app.src
@@ -2,7 +2,7 @@
 
 {application,    levaindoc, [
   {description,  "Lightweight LFE wrapper for pandoc."},
-  {vsn,          "0.5.1"},
+  {vsn,          "0.6.1"},
   {registered,   []},
   {applications, [kernel, stdlib]},
   {env,          []},
@@ -10,5 +10,8 @@
 
   {maintainers,  ["Eric Bailey"]},
   {licenses,     ["MIT"]},
-  {links,        [{"GitHub", "https://github.com/quasiquoting/levaindoc"}]}
+  {links, [
+    {"GitHub",        "https://github.com/quasiquoting/levaindoc"},
+    {"Documentation", "http://quasiquoting.org/levaindoc"}
+  ]}
 ]}.