From e9882b64a6fa5854e360f00ed711139e0a8c12cf Mon Sep 17 00:00:00 2001 From: 1fanwang <1fannnw@gmail.com> Date: Mon, 7 Sep 2026 18:28:34 -0700 Subject: [PATCH] Fix broken LICENSE.txt link in CONTRIBUTING.md The repo's license file is named LICENSE, not LICENSE.txt. The relative link in CONTRIBUTING.md pointed at a path that doesn't exist in this repository, so the license reference 404s (verified live: LICENSE.txt returns 404, LICENSE returns 200). Signed-off-by: 1fanwang <1fannnw@gmail.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e85861d..a4187a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,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.