Skip to content

Commit eb5bcf6

Browse files
author
Madison Steiner
committed
Update URLs
1 parent e3fcacc commit eb5bcf6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
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.
1313

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

1616
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].
1717

1818
# About
1919

2020
The slugbuilder 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], compiles a [slug](https://devcenter.heroku.com/articles/slug-compiler) and uploads it to a specified S3 API compatible server.
2121

22-
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.
22+
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.
2323

24-
Please see https://github.com/deis/builder/blob/master/README.md for a more detailed description of how `slugbuilder` interacts with `builder`.
24+
Please see https://github.com/deisthree/builder/blob/master/README.md for a more detailed description of how `slugbuilder` interacts with `builder`.
2525

2626
# Development
2727

@@ -33,7 +33,7 @@ The Deis project welcomes contributions from all developers. The high level proc
3333
* 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)
3434
* 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
3535

36-
[issues]: https://github.com/deis/slugbuilder/issues
37-
[prs]: https://github.com/deis/slugbuilder/pulls
36+
[issues]: https://github.com/deisthree/slugbuilder/issues
37+
[prs]: https://github.com/deisthree/slugbuilder/pulls
3838
[s3-api]: http://docs.aws.amazon.com/AmazonS3/latest/API/APIRest.html
39-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
39+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

charts/slugbuilder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slugbuilder
2-
home: https://github.com/deis/slugbuilder
2+
home: https://github.com/deisthree/slugbuilder
33
version: <Will be populated by the ci before publishing the chart>
44
description: Buildpack application builder for Deis Workflow.
55
maintainers:

0 commit comments

Comments
 (0)