Skip to content

Commit 18e1682

Browse files
committed
fix(github): update URL references to opdemand/deis
Refs #711.
1 parent 257d150 commit 18e1682

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This Docker image is based on the trusted build
1212
on the official [ubuntu:12.04](https://index.docker.io/_/ubuntu/) image.
1313

1414
Please add any issues you find with this software to the
15-
[Deis project](https://github.com/opdemand/deis/issues).
15+
[Deis project](https://github.com/deis/deis/issues).
1616

1717
## Usage
1818

web/templates/web/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<![endif]-->
2424

2525
{% ifequal page 'support' %}
26-
<a class="fork" href="http://github.com/opdemand/deis"><div class="forkImage"></div></a>
26+
<a class="fork" href="http://github.com/deis/deis"><div class="forkImage"></div></a>
2727
{% endifequal %}
2828
<div class="container">
2929
<div class="row">
@@ -49,7 +49,7 @@
4949
<div class="social-menu">
5050
<a href="https://twitter.com/opendeis" target="_blank"><span class="twitter"></span></a>
5151
<a href="http://freenode.net" target="_blank"><span class="irc"></span></a>
52-
<a href="https://github.com/opdemand/deis" target="_blank"><span class="github"></span></a>
52+
<a href="https://github.com/deis/deis" target="_blank"><span class="github"></span></a>
5353
<a href="http://stackoverflow.com/" target="_blank"><span class="stack"></span></a>
5454
</div>
5555
<div class="byline-menu">

web/templates/web/support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>IRC</h2>
1414
<h2>GitHub</h2>
1515
<p>
1616
Request a new feature or report a bug to the Deis team as a
17-
<a href="https://github.com/opdemand/deis/issues">GitHub issue</a>. Deis
17+
<a href="https://github.com/deis/deis/issues">GitHub issue</a>. Deis
1818
has great test coverage, but we rely on you to help us find things to fix
1919
and ways to improve.
2020
</p>

0 commit comments

Comments
 (0)