From 75670b7d06dde4395c11dedf7d53881c3eab99b8 Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Wed, 13 Jan 2021 12:31:42 +0100 Subject: [PATCH] Fix wrong path for link (#48) For an unknown reason the link was pointing to a one of my repository. Probably a too quick copy/paste. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 332218c..a24a872 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ This custom component is based on [integration_blueprint template](https://githu It comes with development environment in a container, easy to launch if you use Visual Studio Code. With this container you will have a stand alone Home Assistant instance running and already configured with the included -[`.devcontainer/configuration.yaml`](https://github.com/oncleben31/ha-pool_pump/blob/master/.devcontainer/configuration.yaml) +[`.devcontainer/configuration.yaml`](./.devcontainer/configuration.yaml) file. ## License