Skip to content

Commit d7c2853

Browse files
committed
fixed nuget package URLs
1 parent b4da2db commit d7c2853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Sinks.AzureTableStorage/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"authors": [ "Robert Moore" ],
66
"packOptions": {
77
"tags": [ "serilog", "logging", "azure" ],
8-
"projectUrl": "http://serilog.net",
8+
"projectUrl": "https://github.com/serilog/serilog-sinks-azuretablestorage",
99
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
10-
"iconUrl": "http://serilog.net/images/serilog-configuration-nuget.png"
10+
"iconUrl": "http://serilog.net/images/serilog-sink-nuget.png"
1111
},
1212
"dependencies": {
1313
"Serilog": "2.0.0",

0 commit comments

Comments
 (0)