Skip to content

Commit

Permalink
Fix doc link in header (home-assistant#8305)
Browse files Browse the repository at this point in the history
* Fix doc link in header

* Add missing `/`
  • Loading branch information
robmarkcole authored and fabaff committed Jul 3, 2017
1 parent ee7d471 commit 4ab778f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/sensor/london_underground.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Sensor for checking the status of London Underground tube lines.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/sensor.tube-state
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.london_underground/
"""
import logging
from datetime import timedelta
Expand Down

0 comments on commit 4ab778f

Please sign in to comment.