From 892a5f9f1eb756782a5d55330176f5c7d2227b2a Mon Sep 17 00:00:00 2001 From: Christian Brickhouse Date: Tue, 12 Mar 2019 01:55:44 -0700 Subject: [PATCH] Fixing links in contributing.md Links to issue tags point to the project repo's Issues rather than a fork's. --- contributing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index 4c5f8f7f5..1a6a402f3 100644 --- a/contributing.md +++ b/contributing.md @@ -16,10 +16,10 @@ Some issues are created with missing information, not reproducible, or plain inv You can use issue labels to discover issues you could help out with: -* [`blocked` issues](https://github.com/stolksdorf/homebrewery/labels/blocked) need help getting unstuck -* [`bug` issues](https://github.com/stolksdorf/homebrewery/labels/bug) are known bugs we'd like to fix -* [`feature` issues](https://github.com/stolksdorf/homebrewery/labels/feature) are features we're open to including -* [`help wanted`](https://github.com/stolksdorf/homebrewery/labels/help%20wanted) labels are especially useful. +* [`blocked` issues](https://github.com/naturalcrit/homebrewery/labels/blocked) need help getting unstuck +* [`bug` issues](https://github.com/naturalcrit/homebrewery/labels/bug) are known bugs we'd like to fix +* [`feature` issues](https://github.com/naturalcrit/homebrewery/labels/feature) are features we're open to including +* [`help wanted`](https://github.com/naturalcrit/homebrewery/labels/help%20wanted) labels are especially useful. If you're updating dependencies, please make sure you use npm@5.6.0 and commit the updated `package-lock.json` file.