From f69a7aee3b7027b019e0e9ae88def2356da517b1 Mon Sep 17 00:00:00 2001 From: farhan Date: Tue, 1 Sep 2026 20:24:32 +0500 Subject: [PATCH] fix: correct broken LICENSE link in README The README linked to `LICENSE`, but the license file is named `LICENSE.txt`, so the link 404s. Point it at the actual filename. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcdb29c..dfdfef6 100644 --- a/README.md +++ b/README.md @@ -132,4 +132,4 @@ Contributions are welcome! Please read our [contributing guidelines](https://ope ## License -This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE.txt) file for details.