Skip to content

Commit

Permalink
Forgot to replace master branch name in a few places
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Feb 27, 2021
1 parent fc484fb commit dd2a814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions src/Moq/Moq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<PackageId>Moq</PackageId>
<Title>Moq: an enjoyable mocking library</Title>
<Description>Moq is the most popular and friendly mocking framework for .NET.</Description>
<PackageReleaseNotes>A changelog is available at https://github.com/moq/moq4/blob/master/CHANGELOG.md.</PackageReleaseNotes>
<PackageReleaseNotes>A changelog is available at https://github.com/moq/moq4/blob/main/CHANGELOG.md.</PackageReleaseNotes>
<Authors>Daniel Cazzulino, kzu</Authors>
<PackageIcon>moq.png</PackageIcon>
<PackageLicenseUrl>https://raw.githubusercontent.com/moq/moq4/master/License.txt</PackageLicenseUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/moq/moq4/main/License.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<NoPackageAnalysis>True</NoPackageAnalysis>
<PackageOutputPath>$(OutputDirectory)</PackageOutputPath>
Expand Down

0 comments on commit dd2a814

Please sign in to comment.