Skip to content

Commit f54daf7

Browse files
authored
Fix project URL in NuGet package; fixes #37.
1 parent a0fe597 commit f54daf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.MSSqlServer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Serilog Contributors"
77
],
88
"packOptions": {
9-
"projectUrl": "https://github/serilog/serilog-sinks-mssqlserver",
9+
"projectUrl": "https://github.com/serilog/serilog-sinks-mssqlserver",
1010
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
1111
"iconUrl": "http://serilog.net/images/serilog-sink-nuget.png",
1212
"tags": [

0 commit comments

Comments
 (0)