Skip to content

Commit 804879c

Browse files
committed
fix(repo-url): go to correct github url
1 parent 39e98a2 commit 804879c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<PackageId>BlazorIntersectionObserver</PackageId>
77
<Copyright>Copyright © 2020 - Louie Colgan</Copyright>
88
<Summary>Intersection Observer API wrapper for Blazor</Summary>
9-
<PackageProjectUrl>https://github.com/ljbc1994/Blazor.IntersectionObserver</PackageProjectUrl>
9+
<PackageProjectUrl>https://github.com/ljbc1994/BlazorIntersectionObserver</PackageProjectUrl>
1010
<PackageTags>Microsoft ASP.NET Core Blazor Intersection Observer</PackageTags>
11-
<RepositoryUrl>https://github.com/ljbc1994/Blazor.IntersectionObserver</RepositoryUrl>
12-
<LicenseUrl>https://github.com/ljbc1994/Blazor.IntersectionObserver/blob/master/LICENCE</LicenseUrl>
11+
<RepositoryUrl>https://github.com/ljbc1994/BlazorIntersectionObserver</RepositoryUrl>
12+
<LicenseUrl>https://github.com/ljbc1994/BlazorIntersectionObserver/blob/master/LICENCE</LicenseUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<IncludeSymbols>true</IncludeSymbols>
1515
<PackageReleaseNotes></PackageReleaseNotes>

0 commit comments

Comments
 (0)