From 160313d68079e68e8a206724395fa4e296b9bff3 Mon Sep 17 00:00:00 2001 From: Chandler Weiner Date: Thu, 25 Oct 2018 17:11:28 -0400 Subject: [PATCH 1/2] Fix Link to LICENSE.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b532cc..b69d542 100644 --- a/README.md +++ b/README.md @@ -171,4 +171,4 @@ java-http-client is guided and supported by the SendGrid [Developer Experience T java-http-client is maintained and funded by SendGrid, Inc. The names and logos for java-http-client are trademarks of SendGrid, Inc. # License -[The MIT License (MIT)](LICENSE.txt) \ No newline at end of file +[The MIT License (MIT)](LICENSE.md) From 87ca434ad21fb822aee85e185ad779346d370a41 Mon Sep 17 00:00:00 2001 From: Chandler Weiner Date: Fri, 26 Oct 2018 11:35:37 -0400 Subject: [PATCH 2/2] Fix location of LICENSE --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92ad782..c6eeef9 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ The MIT License (MIT) - https://github.com/sendgrid/java-http-client/blob/master/LICENSE + https://github.com/sendgrid/java-http-client/blob/master/LICENSE.md repo