Skip to content

Commit 7ac2e85

Browse files
committed
fix(github): update URL references to opdemand/deis
Refs #711.
1 parent 120b1b5 commit 7ac2e85

27 files changed

Lines changed: 63 additions & 64 deletions

File tree

MIGRATING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ several big changes you should know about.
66

77
If you need to use Deis with Chef integration, on Ubuntu 12.04 LTS, or
88
on DigitalOcean, you should use the
9-
[v0.7.0 release](https://github.com/opdemand/deis/tree/v0.7.0) of Deis.
9+
[v0.7.0 release](https://github.com/deis/deis/tree/v0.7.0) of Deis.
1010

1111
Upgrading
1212
---------
@@ -83,13 +83,12 @@ for CoreOS and help us to support Deis on DO.
8383

8484
deis/deis in GitHub
8585
-------------------
86-
The https://github.com/opdemand/deis will soon move under the banner of
87-
*The Deis Project* at https://github.com/deis, so getting the source
88-
code will be:
86+
The project has moved under the banner of *The Deis Project* at
87+
https://github.com/deis, so getting the source code is now:
8988

9089
```console
9190
$ git clone https://github.com/deis/deis.git
9291
```
9392

94-
We think it will be easier to find Deis there, next to related projects
93+
We think it is easier to find Deis there, next to related projects
9594
such as deis/tester, deis/base, and deis/slugbuilder.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Deis is an open source PaaS that makes it easy to deploy, scale and manage containers used to host applications and services. Deis builds upon Docker and CoreOS to provide a private PaaS that is lightweight and flexible.
44

5-
[![Build Status](https://travis-ci.org/opdemand/deis.png?branch=master)](https://travis-ci.org/opdemand/deis)
6-
[![Coverage Status](https://coveralls.io/repos/opdemand/deis/badge.png?branch=master)](https://coveralls.io/r/opdemand/deis?branch=master)
5+
[![Build Status](https://travis-ci.org/deis/deis.png?branch=master)](https://travis-ci.org/deis/deis)
6+
[![Coverage Status](https://coveralls.io/repos/deis/deis/badge.png?branch=master)](https://coveralls.io/r/deis/deis?branch=master)
77

88
![Deis Graphic](https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png)
99

@@ -15,7 +15,7 @@ details.
1515

1616
If you need to use Deis with Chef integration, on Ubuntu 12.04 LTS, or
1717
on DigitalOcean, you should use the
18-
[v0.7.0 release](https://github.com/opdemand/deis/tree/v0.7.0) of Deis.
18+
[v0.7.0 release](https://github.com/deis/deis/tree/v0.7.0) of Deis.
1919

2020
# Installation
2121

@@ -54,7 +54,7 @@ make run
5454
```
5555

5656
## Install the Deis Client
57-
Either use `pip install deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/), download [pre-compiled binaries](https://github.com/opdemand/deis/tree/master/client#get-started), or symlink `client/deis.py` to use your local development version.
57+
Either use `pip install deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/), download [pre-compiled binaries](https://github.com/deis/deis/tree/master/client#get-started), or symlink `client/deis.py` to use your local development version.
5858

5959
```
6060
ln -fs $(pwd)/client/deis.py /usr/local/bin/deis

builder/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

cache/README.md

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

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

1616
## Usage
1717

client/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Deis controller, providing a Heroku-inspired PaaS workflow.
66
.. image:: https://badge.fury.io/py/deis.png
77
:target: http://badge.fury.io/py/deis
88

9-
.. image:: https://travis-ci.org/opdemand/deis.png?branch=master
10-
:target: https://travis-ci.org/opdemand/deis
9+
.. image:: https://travis-ci.org/deis/deis.png?branch=master
10+
:target: https://travis-ci.org/deis/deis
1111

1212
.. image:: https://pypip.in/d/deis/badge.png
1313
:target: https://pypi.python.org/pypi/deis/

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
description='Command-line Client for Deis, the open PaaS',
3434
author='OpDemand',
3535
author_email='info@opdemand.com',
36-
url='https://github.com/opdemand/deis',
36+
url='https://github.com/deis/deis',
3737
keywords=[
3838
'opdemand', 'deis', 'paas', 'cloud', 'chef', 'docker', 'heroku',
3939
'aws', 'ec2', 'rackspace', 'digitalocean'

contrib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ limited audience, or be too experimental to be included in Deis' core.
88
This does not preclude their usefulness.
99

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

controller/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

controller/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">

controller/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)