From fa1be524d2b057db44292fb47e1e3ee8cb9220da Mon Sep 17 00:00:00 2001 From: Robert Gresock <64112302+robertgresock@users.noreply.github.com> Date: Sat, 23 Jul 2022 21:51:43 +0000 Subject: [PATCH] Corrects the link back to HA Dev Docs There was an extra hash at the beginning of the HREF tag. --- docs/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.rst b/docs/reference.rst index ca649a6..182abdf 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -943,7 +943,7 @@ names are used as the service parameter names, but there is no description. Alternatively, if the ``doc_string`` starts with ``yaml``, the rest of the string is used as a ``yaml`` service description. Here's the first example above, with a more detailed ``doc_string`` (for a more complete example and explanation of the service description, check the Home Assistant -`developer documentation <#https://developers.home-assistant.io/docs/dev_101_services#service-descriptions>`__): +`developer documentation `__): .. code:: python