From dc5ef163a674d4108b24878dd77ceb2c8221166e Mon Sep 17 00:00:00 2001 From: Toby Johnson Date: Thu, 9 Aug 2018 12:55:03 -0400 Subject: [PATCH] Fix broken link to main Contributing guide `dev` branch no longer exists in main repo; link to `master` instead. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64ff041..eac4268 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ Contributing ====== -Information on contributing to this repo is in the [Contributing Guide](https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md) in the Home repo. +Information on contributing to this repo is in the [Contributing Guide](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) in the Home repo.