From 4d617c8bddbfde3f8ed9852018094c147d825ad2 Mon Sep 17 00:00:00 2001
From: Jeffrey Luszcz <160953253+Jeffrey-Luszcz@users.noreply.github.com>
Date: Fri, 4 Apr 2025 18:19:20 -0400
Subject: [PATCH] Update CONTRIBUTING.md to fix link to LICENSE file

The template pointed to LICENSE.md but this repo is using LICENSE

updated link to point to mcp's license file
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 75aa991c4..7e176e705 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@
 
 Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
 
-Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE.txt).
+Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
 
 Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.