diff --git a/README.md b/README.md index c97bfa6..0f6fa1e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Travis Badge](https://travis-ci.org/sendgrid/csharp-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/csharp-http-client) [![NuGet](https://img.shields.io/nuget/v/SendGrid.CSharp.Http.Client.svg)](https://www.nuget.org/packages/SendGrid.CSharp.HTTP.Client) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid) [![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/csharp-http-client.svg)](https://github.com/sendgrid/csharp-http-client/graphs/contributors) @@ -122,4 +122,4 @@ csharp-http-client is guided and supported by the SendGrid [Developer Experience csharp-http-client is maintained and funded by SendGrid, Inc. The names and logos for csharp-http-client are trademarks of SendGrid, Inc. # License -[The MIT License (MIT)](LICENSE.txt) +[The MIT License (MIT)](LICENSE.md) diff --git a/UnitTest/UnitTest.cs b/UnitTest/UnitTest.cs index 6ab12e7..3c5aaba 100644 --- a/UnitTest/UnitTest.cs +++ b/UnitTest/UnitTest.cs @@ -104,7 +104,7 @@ public class TestRepositoryFiles [Test] public void TestLicenseEndYear() { - var licensePath = Path.Combine("..", "..", "..", "LICENSE.txt"); + var licensePath = Path.Combine("..", "..", "..", "LICENSE.md"); string line = File.ReadLines(licensePath).Skip(2).Take(1).First(); Assert.AreEqual(DateTime.Now.Year.ToString(), line.Substring(19, 4)); diff --git a/nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec b/nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec index 90e2e37..84fc49d 100644 --- a/nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec +++ b/nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec @@ -5,7 +5,7 @@ 3.3.0 Fluent REST API Client Elmer Thomas,SendGrid DX Team - https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE + https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE.md https://github.com/sendgrid/csharp-http-client https://sendgrid.com/wp-content/themes/sgdotcom/pages/brand/2016/SendGrid-Logomark.png false @@ -26,4 +26,4 @@ - \ No newline at end of file +