commit 00c4152a82e51768c00deaf35815cd79163652fa parent fb1acd1dc0e9b748f5a4d5d6af6f76cfd48e4469 Author: AMIT DUTTA <amitdutta4255@gmail.com> Date: Wed, 8 Oct 2025 20:05:22 +0530 Fix link to LICENSE file in README.md Diffstat:
| M | tuition-c/README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tuition-c/README.md b/tuition-c/README.md @@ -21,4 +21,4 @@ Each C source file (`.c`) follows a clear prefix system to indicate its origin. ## License -All programs in this repository are licensed under the MIT License. You can find the full license details in the [main `LICENSE` file](https://www.google.com/search?q=../LICENSE). +All programs in this repository are licensed under the MIT License. You can find the full license details in the [LICENSE](../LICENSE).