diff --git a/README.md b/README.md
index c97bfa6..0f6fa1e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[](https://travis-ci.org/sendgrid/csharp-http-client)
[](https://www.nuget.org/packages/SendGrid.CSharp.HTTP.Client)
-[](./LICENSE.txt)
+[](./LICENSE.md)
[](https://twitter.com/sendgrid)
[](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 @@