File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pip freeze | grep docker-py && python --version && docker version
20
20
- If possible, steps or a code snippet to reproduce the issue
21
21
22
22
To save yourself time, please be sure to check our
23
- [ documentation] ( http ://docker-py.readthedocs.org /) and use the
23
+ [ documentation] ( https ://docker-py.readthedocs.io /) and use the
24
24
[ search function] ( https://github.com/docker/docker-py/search ) to find out if
25
25
it has already been addressed, or is currently being looked at.
26
26
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Documentation
17
17
18
18
[ ![ Documentation Status] ( https://readthedocs.org/projects/docker-py/badge/?version=latest )] ( https://readthedocs.org/projects/docker-py/?badge=latest )
19
19
20
- [ Read the full documentation here] ( http ://docker-py.readthedocs.org /en/latest/) .
20
+ [ Read the full documentation here] ( https ://docker-py.readthedocs.io /en/latest/) .
21
21
The source is available in the ` docs/ ` directory.
22
22
23
23
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ Change Log
213
213
### Features
214
214
215
215
* Added ` utils.parse_env_file ` to support env-files.
216
- See [ docs] ( http ://docker-py.readthedocs.org /en/latest/api/#create_container)
216
+ See [ docs] ( https ://docker-py.readthedocs.io /en/latest/api/#create_container)
217
217
for usage.
218
218
* Added support for arbitrary log drivers
219
219
* Added support for URL paths in the docker host URL (` base_url ` )
@@ -577,7 +577,7 @@ Change Log
577
577
### Documentation
578
578
579
579
* Added new MkDocs documentation. Currently hosted on
580
- [ ReadTheDocs] ( http ://docker-py.readthedocs.org /en/latest/)
580
+ [ ReadTheDocs] ( https ://docker-py.readthedocs.io /en/latest/)
581
581
582
582
### Miscellaneous
583
583
Original file line number Diff line number Diff line change 1
1
site_name : docker-py Documentation
2
2
site_description : An API client for Docker written in Python
3
3
site_favicon : favicon_whale.png
4
- site_url : http ://docker-py.readthedocs.org
4
+ site_url : https ://docker-py.readthedocs.io
5
5
repo_url : https://github.com/docker/docker-py/
6
6
theme : readthedocs
7
7
pages :
You can’t perform that action at this time.
0 commit comments