From 02aae520d35b61616321edad99691d0a90a79783 Mon Sep 17 00:00:00 2001 From: andrewsayre <6730289+andrewsayre@users.noreply.github.com> Date: Tue, 26 Mar 2019 20:01:02 -0500 Subject: [PATCH] Fix broken link --- docs/creating_component_code_review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating_component_code_review.md b/docs/creating_component_code_review.md index 274a7207..30ebd170 100644 --- a/docs/creating_component_code_review.md +++ b/docs/creating_component_code_review.md @@ -12,7 +12,7 @@ A checklist of things to do when you're adding a new component. 2. Use existing constants from [`const.py`](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/const.py) * Only add new constants to `const.py` if they are widely used. Otherwise keep them on components level 3. Add yourself to [`CODEOWNERS`](https://github.com/home-assistant/home-assistant/blob/dev/CODEOWNERS) so you [automatically get requested to review](https://help.github.com/en/articles/about-code-owners#codeowners-syntax) the code when it changes in the future - 4. Rebase (**do not merge**) to (catch up with latest dev branch)[https://developers.home-assistant.io/docs/en/development_catching_up.html] + 4. Rebase (**do not merge**) to [catch up with latest dev branch](development_catching_up.html) ### 1. Requirements