From 0a9336581e5d29d0f1ee013f77a82700fc2bc3de Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Fri, 12 Aug 2016 02:30:22 -0400 Subject: [PATCH] Fix openweathermap api link (#772) --- source/_components/sensor.openweathermap.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.openweathermap.markdown b/source/_components/sensor.openweathermap.markdown index 01673022dc4..0207c3cc732 100644 --- a/source/_components/sensor.openweathermap.markdown +++ b/source/_components/sensor.openweathermap.markdown @@ -50,7 +50,7 @@ Configuration variables: - **rain**: The rain volume. - **snow**: The snow volume -Details about the API are available in the [OpenWeatherMap documentation](http://bugs.openweathermap.org/projects/api/wiki). +Details about the API are available in the [OpenWeatherMap documentation](http://openweathermap.org/api). Only metric measurements are supported at the moment.