From c24cca4b9245f13af7b2dc2ae46e3ebb697d29c8 Mon Sep 17 00:00:00 2001 From: Silas Date: Tue, 4 Jun 2024 23:45:36 -0400 Subject: [PATCH] fix links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 836c386..9b6c038 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,6 @@ It will traverse through every `*.md` under `src/posts/poetry` and generate the ## License -This project is licensed under the [MIT License](LICENSE.md). This means that you can do pretty much anything you want with this code as long as you include the original copyright and license notice in your project. +This project is licensed under the [MIT License](src/branch/main/LICENSE.md). This means that you can do pretty much anything you want with this code as long as you include the original copyright and license notice in your project. -Content contained in the `src/posts` folder is under the [CC BY-NC-SA-4.0](/src/posts/LICENSE.md) license. You're free to modify/distribute the posts contained in the `src/posts` folder so long as it's not for commercial purposes, you give attribution, and point out any modifications you've made. +Content contained in the `src/posts` folder is under the [CC BY-NC-SA-4.0](src/branch/main/src/posts/LICENSE.md) license. You're free to modify/distribute the posts contained in the `src/posts` folder so long as it's not for commercial purposes, you give attribution, and point out any modifications you've made.