Skip to content

Commit d410fc5

Browse files
author
Matthew
committed
ref(docs): scrub references to deis/deis
1 parent 98dcb3b commit d410fc5

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

docs/src/using-deis/using-docker-images.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ In order to deploy Docker images, they must conform to the following requirement
2727
* The port must be listening for a HTTP connection
2828
* A default CMD must be specified for running the container
2929

30-
!!! note
31-
Docker images which expose more than one port will hit [issue 1156][].
32-
3330

3431
## Create an Application
3532

@@ -70,4 +67,3 @@ running that process.
7067
[Docker Image]: https://docs.docker.com/introduction/understanding-docker/
7168
[DockerHub]: https://registry.hub.docker.com/
7269
[CMD instruction]: https://docs.docker.com/reference/builder/#cmd
73-
[issue 1156]: https://github.com/deis/deis/issues/1156

docs/src/using-deis/using-dockerfiles.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ In order to deploy Dockerfile applications, they must conform to the following r
2020
* The port must be listening for a HTTP connection
2121
* A default CMD must be specified for running the container
2222

23-
!!! note
24-
Dockerfiles which expose more than one port will hit [issue 1156][].
25-
2623

2724
## Create an Application
2825

@@ -111,5 +108,4 @@ running that process.
111108
[Dockerfile]: https://docs.docker.com/reference/builder/
112109
[Docker Image]: https://docs.docker.com/introduction/understanding-docker/
113110
[CMD instruction]: https://docs.docker.com/reference/builder/#cmd
114-
[issue 1156]: https://github.com/deis/deis/issues/1156
115111
[Procfile]: https://devcenter.heroku.com/articles/procfile

docs/themes/deis/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<div class="social-menu">
4949
<a href="https://twitter.com/opendeis" target="_blank"><span class="twitter"></span></a>
5050
<a href="https://botbot.me/freenode/deis/" target="_blank"><span class="irc"></span></a>
51-
<a href="https://github.com/deis/deis" target="_blank"><span class="github"></span></a>
51+
<a href="https://github.com/deis/workflow" target="_blank"><span class="github"></span></a>
5252
<a href="http://stackoverflow.com/questions/tagged/deis?sort=active" target="_blank"><span class="stack"></span></a>
5353
</div>
5454
<div class="byline-menu">
@@ -65,7 +65,7 @@
6565

6666

6767
<div class="span3 docs-sidebar column_calc">
68-
<a class="fork" href="http://github.com/deis/deis"><div class="forkImage"></div></a>
68+
<a class="fork" href="http://github.com/deis/workflow"><div class="forkImage"></div></a>
6969
<div class="docs-border"></div>
7070
<div class="navigation">
7171
{%- include "nav.html" %}

0 commit comments

Comments
 (0)