jazzband / django-configurations

A helper for organizing Django project settings by relying on well established programming patterns.
https://django-configurations.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.09k stars 145 forks source link

Broken link in `Configuration.load_dotenv` docstring #374

Closed paduszyk closed 3 days ago

paduszyk commented 10 months ago

The link:

https://github.com/jazzband/django-configurations/blob/38641a9dea8e1ea219ea02604e5d24a000053f6d/configurations/base.py#L106C10-L106C10

responses with 404. It believe it should be:

https://wellfire.co/learn/easier-12-factor-django/

I decided to file it as an issue. I don't want to become a contributor due to such a silly update 😄

Anyway, thanks for the package! It's great! 🙇🏻‍♂️

pauloxnet commented 9 months ago

I decided to file it as an issue. I don't want to become a contributor due to such a silly update 😄

I think the best way to start contributing to an Open Source project is to make small contributions.

Feel free to open a PR by updating the URL :-)