diff --git a/README.md b/README.md index cd14825..2685c3c 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +5. Pull request `master` -> `stable`. This merge triggers the deploy to pypi.