From 4ab778fd974d0a114bd2bd5259ccf45a0bdb9a42 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 3 Jul 2017 06:30:42 +0000 Subject: [PATCH] Fix doc link in header (#8305) * Fix doc link in header * Add missing `/` --- homeassistant/components/sensor/london_underground.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/london_underground.py b/homeassistant/components/sensor/london_underground.py index c8ade9b6b6f..fe13c0db8a7 100644 --- a/homeassistant/components/sensor/london_underground.py +++ b/homeassistant/components/sensor/london_underground.py @@ -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