diff --git a/README.md b/README.md index 96f63ab..3f6d801 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The official packaging documentation from the Python Packaging Authority. This project has an excellent example of a non-trivial, but sensible setup.py. I've learned so much by following the evolution of this project. -## [Cookiecutter](https://cookiecutter.readthedocs.io/en/latest/readme.html) +## [Cookiecutter](https://cookiecutter.readthedocs.io/en/latest/) So much more than a source of python package templates, you'll find a bunch of project templates for different languages and ecosystems. @@ -53,4 +53,4 @@ Aims to replace setup.py with something simpler and more declarative. ## [Conda](https://docs.conda.io/en/latest/) -A competitor to pip, largely used in the data community. Able to install much more than just python modules! \ No newline at end of file +A competitor to pip, largely used in the data community. Able to install much more than just python modules!