From aa1174727e2d3724e6618f4c4a0c60e5834c4acb Mon Sep 17 00:00:00 2001 From: Ian Culp <57159226+icculp@users.noreply.github.com> Date: Sun, 13 Jun 2021 12:11:35 -0500 Subject: [PATCH] Fixing links to issues First link takes to issues of a different repo; second link takes to github 404. Replacing links with working versions. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55dc69d..7c370e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,9 +11,9 @@ We love your input! We want to make contributing to this project as easy and tra ## We Develop with Github We use GitHub to host code, to track issues and feature requests, and to accept Pull Requests. -## Report Bugs using Github's [issues](https://github.com/briandk/transcriptase-atom/issues) +## Report Bugs using Github's [issues](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/issues) -If you find bugs, mistakes, or inconsistencies in this project's code or documents, please let us know by [opening a new issue](./issues), but consider searching through existing issues first to check and see if the problem has already been reported. If it has, it never hurts to add a quick "+1" or "I have this problem too". This helps prioritize the most common problems and requests. +If you find bugs, mistakes, or inconsistencies in this project's code or documents, please let us know by [opening a new issue](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/issues/new), but consider searching through existing issues first to check and see if the problem has already been reported. If it has, it never hurts to add a quick "+1" or "I have this problem too". This helps prioritize the most common problems and requests. ### Write Bug Reports with Detail, Background, and Sample Code