From 42089e7252412acddc30bb25880296963adf1da7 Mon Sep 17 00:00:00 2001 From: peddamat Date: Sun, 9 May 2021 10:35:36 -0700 Subject: [PATCH] Added link to Home Assistant core repository (#920) --- docs/development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 80aa9811..c6d492ec 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -23,7 +23,7 @@ The easiest way to get started with development is to use Visual Studio Code wit **Getting started:** -1. Fork the repository. +1. Fork the [Home Assistant core repository](https://github.com/home-assistant/core). 2. Clone the repository to your computer. Windows users need to [place their files within WSL file system](https://code.visualstudio.com/docs/remote/containers#_open-a-wsl-2-folder-in-a-container-on-windows) to prevent performance degradation. 3. Open the repository using Visual Studio code.