build(README): replace http with https for the doc

This commit is contained in:
François Magimel 2022-01-19 11:23:11 +01:00 committed by Hasan Ramezani
parent 7356044693
commit d631bcac34

View file

@ -20,7 +20,7 @@ The core idea of Auditlog is similar to the log from Django's admin. Unlike the
Documentation
-------------
The documentation for ```django-auditlog``` can be found on http://django-auditlog.readthedocs.org. The source files are available in the ```docs``` folder.
The documentation for ```django-auditlog``` can be found on https://django-auditlog.readthedocs.org. The source files are available in the ```docs``` folder.
License
-------
@ -39,4 +39,4 @@ Releases
2. Create a new branch `vX.Y.Z` from master for that specific release.
3. Bump versions in `setup.py` and `docs/source/conf.py` (docs have 2 places where the versions need to be changed!)
4. Pull request `vX.Y.Z` -> `master`.
5. Pull request `master` -> `stable`. This merge triggers the deploy to pypi.
5. Pull request `master` -> `stable`. This merge triggers the deploy to pypi.