From a3511a9a814a68819353982d4238aa1343c84be9 Mon Sep 17 00:00:00 2001
From: Gerard <gerard33@users.noreply.github.com>
Date: Fri, 2 Oct 2020 20:42:33 +0200
Subject: [PATCH] Use core GitHub URL in contributing guidelines (#41083)

Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1921e5d38dd..8f8a79ab901 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,14 +5,14 @@ Everybody is invited and welcome to contribute to Home Assistant. There is a lot
 The process is straight-forward.
 
  - Read [How to get faster PR reviews](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-reviews) by Kubernetes (but skip step 0 and 1)
- - Fork the Home Assistant [git repository](https://github.com/home-assistant/home-assistant).
+ - Fork the Home Assistant [git repository](https://github.com/home-assistant/core).
  - Write the code for your device, notification service, sensor, or IoT thing.
  - Ensure tests work.
- - Create a Pull Request against the [**dev**](https://github.com/home-assistant/home-assistant/tree/dev) branch of Home Assistant.
+ - Create a Pull Request against the [**dev**](https://github.com/home-assistant/core/tree/dev) branch of Home Assistant.
 
 Still interested? Then you should take a peek at the [developer documentation](https://developers.home-assistant.io/) to get more details.
 
 ## Feature suggestions
 
 If you want to suggest a new feature for Home Assistant (e.g., new integrations), please open a thread in our [Community Forum: Feature Requests](https://community.home-assistant.io/c/feature-requests).
-We use [GitHub for tracking issues](https://github.com/home-assistant/home-assistant/issues), not for tracking feature requests.
\ No newline at end of file
+We use [GitHub for tracking issues](https://github.com/home-assistant/core/issues), not for tracking feature requests.