Skip to content

Commit 7df569e

Browse files
authored
Update FSharp.Core.fsproj
1 parent cf32ce4 commit 7df569e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FSharp.Core/FSharp.Core.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<!-- styling and generation settings for FsDocs default template-->
29-
<PackageLicenseUrl>https://github.com/dotnet/fsharp/blob/master/License.txt</PackageLicenseUrl>
29+
<PackageLicenseUrl>https://github.com/dotnet/fsharp/blob/main/License.txt</PackageLicenseUrl>
3030
<PackageProjectUrl>https://fsharp.github.io/fsharp-core-docs/</PackageProjectUrl>
3131
<PackageIconUrl>https://fsharp.org/img/logo/fsharp128.png</PackageIconUrl>
3232
<PackageTags>F#;async;fsharp;streaming</PackageTags>
3333
<RepositoryUrl>https://github.com/dotnet/fsharp/</RepositoryUrl>
3434
<FsDocsLogoLink>https://fsharp.org</FsDocsLogoLink>
35-
<FsDocsLicenseLink>https://github.com/dotnet/fsharp/blob/master/License.txt</FsDocsLicenseLink>
36-
<FsDocsReleaseNotesLink>https://github.com/dotnet/fsharp/blob/master/release-notes.md</FsDocsReleaseNotesLink>
35+
<FsDocsLicenseLink>https://github.com/dotnet/fsharp/blob/main/License.txt</FsDocsLicenseLink>
36+
<FsDocsReleaseNotesLink>https://github.com/dotnet/fsharp/blob/main/release-notes.md</FsDocsReleaseNotesLink>
3737
<RepositoryType>git</RepositoryType>
3838
<FsDocsWarnOnMissingDocs>true</FsDocsWarnOnMissingDocs>
3939
</PropertyGroup>

0 commit comments

Comments
 (0)