Skip to content

Commit 299ffad

Browse files
committed
Merge pull request #1084 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2 parents 88811a2 + 7f255cd commit 299ffad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip freeze | grep docker-py && python --version && docker version
2020
- If possible, steps or a code snippet to reproduce the issue
2121

2222
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
2424
[search function](https://github.com/docker/docker-py/search) to find out if
2525
it has already been addressed, or is currently being looked at.
2626

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Documentation
1717

1818
[![Documentation Status](https://readthedocs.org/projects/docker-py/badge/?version=latest)](https://readthedocs.org/projects/docker-py/?badge=latest)
1919

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/).
2121
The source is available in the `docs/` directory.
2222

2323

docs/change_log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Change Log
213213
### Features
214214

215215
* 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)
217217
for usage.
218218
* Added support for arbitrary log drivers
219219
* Added support for URL paths in the docker host URL (`base_url`)
@@ -577,7 +577,7 @@ Change Log
577577
### Documentation
578578

579579
* 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/)
581581

582582
### Miscellaneous
583583

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: docker-py Documentation
22
site_description: An API client for Docker written in Python
33
site_favicon: favicon_whale.png
4-
site_url: http://docker-py.readthedocs.org
4+
site_url: https://docker-py.readthedocs.io
55
repo_url: https://github.com/docker/docker-py/
66
theme: readthedocs
77
pages:

0 commit comments

Comments
 (0)