mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
build(README): replace http with https for the doc
This commit is contained in:
parent
7356044693
commit
d631bcac34
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue