fix links in readme

This commit is contained in:
2024-06-04 23:45:36 -04:00
parent b23185268f
commit c24cca4b92

View File

@@ -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.