Skip to content

Commit b475c50

Browse files
committed
fix(docs): update links to Docker documentation
1 parent ba8b375 commit b475c50

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/using_deis/deploy-application.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Learn how to use deploy applications on Deis :ref:`using-docker-images`.
5757

5858
.. _`twelve-factor methodology`: http://12factor.net/
5959
.. _`Heroku Buildpacks`: https://devcenter.heroku.com/articles/buildpacks
60-
.. _`Dockerfiles`: http://docs.docker.io/en/latest/use/builder/
61-
.. _`Docker Images`: http://docs.docker.io/introduction/understanding-docker/
60+
.. _`Dockerfiles`: https://docs.docker.com/reference/builder/
61+
.. _`Docker Images`: https://docs.docker.com/introduction/understanding-docker/

docs/using_deis/using-docker-images.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Deis uses the ``cmd`` process type to refer to this default command.
8080
Process types other than ``cmd`` are not supported when using Docker images.
8181

8282

83-
.. _`Docker Image`: http://docs.docker.io/introduction/understanding-docker/
83+
.. _`Docker Image`: https://docs.docker.com/introduction/understanding-docker/
8484
.. _`DockerHub`: https://registry.hub.docker.com/
85-
.. _`CMD instruction`: http://docs.docker.io/reference/builder/#cmd
85+
.. _`CMD instruction`: https://docs.docker.com/reference/builder/#cmd
8686
.. _`issue 1156`: https://github.com/deis/deis/issues/1156

docs/using_deis/using-dockerfiles.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Deis also supports scaling other process types as defined in a `Procfile`_. To
124124
2. Include a ``start`` executable that can be called with: ``start <process-type>``
125125

126126

127-
.. _`Dockerfile`: http://docs.docker.io/en/latest/use/builder/
128-
.. _`Docker Image`: http://docs.docker.io/introduction/understanding-docker/
129-
.. _`CMD instruction`: http://docs.docker.io/reference/builder/#cmd
127+
.. _`Dockerfile`: https://docs.docker.com/reference/builder/
128+
.. _`Docker Image`: https://docs.docker.com/introduction/understanding-docker/
129+
.. _`CMD instruction`: https://docs.docker.com/reference/builder/#cmd
130130
.. _`issue 1156`: https://github.com/deis/deis/issues/1156
131131
.. _`Procfile`: https://devcenter.heroku.com/articles/procfile

0 commit comments

Comments
 (0)