Skip to content

Commit 3ffcef6

Browse files
authored
Use https in README links (#474)
1 parent be96be2 commit 3ffcef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Python-dotenv reads key-value pairs from a `.env` file and can set them as environment
77
variables. It helps in the development of applications following the
8-
[12-factor](http://12factor.net/) principles.
8+
[12-factor](https://12factor.net/) principles.
99

1010
- [Getting Started](#getting-started)
1111
- [Other Use Cases](#other-use-cases)
@@ -243,5 +243,5 @@ people](https://github.com/theskumar/python-dotenv/graphs/contributors).
243243
[build_status_badge]: https://github.com/theskumar/python-dotenv/actions/workflows/test.yml/badge.svg
244244
[build_status_link]: https://github.com/theskumar/python-dotenv/actions/workflows/test.yml
245245
[pypi_badge]: https://badge.fury.io/py/python-dotenv.svg
246-
[pypi_link]: http://badge.fury.io/py/python-dotenv
246+
[pypi_link]: https://badge.fury.io/py/python-dotenv
247247
[python_streams]: https://docs.python.org/3/library/io.html

0 commit comments

Comments
 (0)