Skip to content

Commit 5066e4e

Browse files
author
Madison Steiner
committed
Update URLs
1 parent a2d77a3 commit 5066e4e

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# How to Contribute
22

33
This project is part of Deis. You can find the latest contribution
4-
guidelines [at the Deis project](https://github.com/deis/deis/blob/master/CONTRIBUTING.md).
4+
guidelines [at the Deis project](https://github.com/deisthree/deis/blob/master/CONTRIBUTING.md).
55

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Deis Maintainers
22

33
This project is part of Deis. The official maintainers documentation is
4-
located [in the main project](https://github.com/deis/deis/blob/master/MAINTAINERS.md).
4+
located [in the main project](https://github.com/deisthree/deis/blob/master/MAINTAINERS.md).

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
99

10-
For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.
10+
For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.
1111

1212
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Development" section below and [submit a pull request][prs].
1313

14-
[issues]: https://github.com/deis/workflow/issues
15-
[prs]: https://github.com/deis/workflow/pulls
14+
[issues]: https://github.com/deisthree/workflow/issues
15+
[prs]: https://github.com/deisthree/workflow/pulls
1616

1717
# About
1818

1919
The Dockerbuilder downloads a git archive ([gzip](http://www.gzip.org/)ped [tar](https://www.gnu.org/software/tar/)ball) from a specified [S3 API compatible server][s3-api] and runs `docker build` on it. When the build is done, it runs `docker push` to push the resulting image to a specified [Docker](https://www.docker.com/) repository.
2020

21-
This component is usually launched by the [Deis Builder](https://github.com/deis/builder) and used inside the Deis [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), but it is flexible enough to be used as a pod inside any Kubernetes cluster.
21+
This component is usually launched by the [Deis Builder](https://github.com/deisthree/builder) and used inside the Deis [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), but it is flexible enough to be used as a pod inside any Kubernetes cluster.
2222

2323
# Development
2424

@@ -30,6 +30,6 @@ The Deis project welcomes contributions from all developers. The high level proc
3030
* If your PR fixes any [issues][issues], make sure you write Fixes #1234 in your PR description (where #1234 is the number of the issue you're closing)
3131
* The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with LGTM1 and LGTM2 (respectively). Once that happens, the contributors will merge it
3232

33-
[issues]: https://github.com/deis/workflow/issues
34-
[prs]: https://github.com/deis/workflow/pulls
35-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
33+
[issues]: https://github.com/deisthree/workflow/issues
34+
[prs]: https://github.com/deisthree/workflow/pulls
35+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

charts/dockerbuilder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dockerbuilder
2-
home: https://github.com/deis/dockerbuilder
2+
home: https://github.com/deisthree/dockerbuilder
33
version: <Will be populated by the ci before publishing the chart>
44
description: Deis dockerbuilder builds your app from a Dockerfile inside a Kubernetes pod, used by Deis Workflow.
55
maintainers:

0 commit comments

Comments
 (0)