diff --git a/homeassistant/components/api.py b/homeassistant/components/api.py
index e4c794df4240c6cf7d22b1c689ea73d5b6fd2110..b11525170a44bb01d1fb74d631d4d509879cb195 100644
--- a/homeassistant/components/api.py
+++ b/homeassistant/components/api.py
@@ -1,8 +1,10 @@
 """
 homeassistant.components.api
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
 Provides a Rest API for Home Assistant.
+
+For more details about the RESTful API, please refer to the documentation at
+https://home-assistant.io/developers/api.html
 """
 import re
 import logging