diff --git a/homeassistant/components/logbook.py b/homeassistant/components/logbook.py
index 75a5cd8382324d8930e92b3fba3ba80eba7dc741..e81baf4a49c193c4f1b28c0f022a3b6a102a8718 100644
--- a/homeassistant/components/logbook.py
+++ b/homeassistant/components/logbook.py
@@ -1,8 +1,10 @@
 """
 homeassistant.components.logbook
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
 Parses events and generates a human log.
+
+For more details about this component, please refer to the documentation at
+https://home-assistant.io/components/logbook.html
 """
 from datetime import timedelta
 from itertools import groupby