diff --git a/homeassistant/components/recorder.py b/homeassistant/components/recorder.py
index 10f6576d23fee47c19f191bf14d77fac9f7619bd..c6f7edd6ca8a8e067757d6c89be64d0896f59501 100644
--- a/homeassistant/components/recorder.py
+++ b/homeassistant/components/recorder.py
@@ -1,9 +1,11 @@
 """
 homeassistant.components.recorder
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Component that records all events and state changes. Allows other components
+to query this database.
 
-Component that records all events and state changes.
-Allows other components to query this database.
+For more details about this component, please refer to the documentation at
+https://home-assistant.io/components/recorder.html
 """
 import logging
 import threading