From 014695f5df4022548b41f7265364739575df1f79 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:09:34 +0200 Subject: [PATCH] NWS: make link relative (#32348) --- source/_integrations/nws.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nws.markdown b/source/_integrations/nws.markdown index 324c3f21d0a..cbf9d44fec9 100644 --- a/source/_integrations/nws.markdown +++ b/source/_integrations/nws.markdown @@ -29,4 +29,4 @@ One weather entity is created for each entry in the configuration. Hourly and da Details about the API are available in the [NWS API documentation](https://www.weather.gov/documentation/services-web-api). The [pynws](https://github.com/MatthewFlamm/pynws) library is used to retrieve data. -Details about the `weather.get_forecasts` service are available in the [`weather` documentation](https://www.home-assistant.io/integrations/weather/). +Details about the `weather.get_forecasts` service are available in the [`weather` documentation](/integrations/weather/).