From 23d3db267b2ffe2df9fdc6777ceba6aaffe15412 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 8 Feb 2018 15:36:44 -0800 Subject: [PATCH] Update python_script.markdown --- source/_components/python_script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/python_script.markdown b/source/_components/python_script.markdown index 48bd6a1a149..a470ec3960c 100644 --- a/source/_components/python_script.markdown +++ b/source/_components/python_script.markdown @@ -44,4 +44,4 @@ hass.bus.fire(name, { "wow": "from a Python script!" }) } ``` -For [`python_script:` examples](/components/python_script/) visit the [Scripts section](https://community.home-assistant.io/c/projects/scripts) in our forum. +For examples, visit the [Scripts section](https://community.home-assistant.io/c/projects/scripts) in our forum.