about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2020-05-20 23:09:20 +0200
committersternenseemann <git@lukasepple.de>2020-05-20 23:09:20 +0200
commitfacb031b0439956a34a1861d6e51dfbc701f9633 (patch)
treee096ba75c2e190b2af3ff77fc70c825ba83e3853
parent9971c1493f3b962f61a6587867ed356e5b415891 (diff)
documentation: link to actually used log format HEAD master
-rw-r--r--src/log.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.mli b/src/log.mli
index 116221f..6d260a6 100644
--- a/src/log.mli
+++ b/src/log.mli
@@ -5,7 +5,7 @@
   ---------------------------------------------------------------------------*)
 
 (** OCaml representation and parsing of the
-    {{:https://gist.github.com/Profpatsch/092ff68fa267b9fa0ccbe13e98149b21}log format}.
+    {{:https://github.com/sternenseemann/logbook#the-log-format}log format}.
 
     {e %%VERSION%% — {{:%%PKG_HOMEPAGE%% }homepage}} *)