From dd2a8147c71506eb79d92c0d7d950aa55d652e4c Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Sat, 27 Feb 2021 11:44:38 +0100 Subject: [PATCH] Forgot to replace `master` branch name in a few places --- CONTRIBUTING.md | 2 +- src/Moq/Moq.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03eb9e733..f48ff339a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ This repository's focus is on the development of Moq (i.e. fixing bugs and impro ## Submitting a bug report (as an issue) -If you think you've found a bug, please start by searching [the changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) and [GitHub issues](https://github.com/moq/moq4/issues) (both open and closed ones!) to see if the problem has already been addressed or documented in any way. +If you think you've found a bug, please start by searching [the changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) and [GitHub issues](https://github.com/moq/moq4/issues) (both open and closed ones!) to see if the problem has already been addressed or documented in any way. If you find nothing of relevance, [open a new issue](https://github.com/moq/moq4/issues/new). diff --git a/src/Moq/Moq.csproj b/src/Moq/Moq.csproj index 28485bbaf..92e15b151 100644 --- a/src/Moq/Moq.csproj +++ b/src/Moq/Moq.csproj @@ -29,10 +29,10 @@ Moq Moq: an enjoyable mocking library Moq is the most popular and friendly mocking framework for .NET. - A changelog is available at https://github.com/moq/moq4/blob/master/CHANGELOG.md. + A changelog is available at https://github.com/moq/moq4/blob/main/CHANGELOG.md. Daniel Cazzulino, kzu moq.png - https://raw.githubusercontent.com/moq/moq4/master/License.txt + https://raw.githubusercontent.com/moq/moq4/main/License.txt False True $(OutputDirectory)