Skip to content

Commit 31ba3a0

Browse files
author
Madison Steiner
committed
Update URLs
1 parent 5d49abd commit 31ba3a0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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).

MAINTAINERS.md

+1-1
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

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
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.
77

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

1010
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].
1111

@@ -14,11 +14,11 @@ The Registry Token Refresher service creates the [imagePullSecret][imagePullSecr
1414

1515
This service is run only when using Amazon's [ECR][ecr] or Google's [GCR][gcr] as they provide short lived tokens for authentication.
1616

17-
[issues]: https://github.com/deis/workflow/issues
18-
[prs]: https://github.com/deis/workflow/pulls
17+
[issues]: https://github.com/deisthree/workflow/issues
18+
[prs]: https://github.com/deisthree/workflow/pulls
1919
[imagePullSecrets]: http://kubernetes.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod
20-
[dockerbuilder]: https://github.com/deis/dockerbuilder
21-
[controller]: https://github.com/deis/controller
20+
[dockerbuilder]: https://github.com/deisthree/dockerbuilder
21+
[controller]: https://github.com/deisthree/controller
2222
[ecr]: http://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_GetStarted.html
2323
[gcr]: https://cloud.google.com/container-registry/
24-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
24+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

charts/registry-token-refresher/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: registry-token-refresher
2-
home: https://github.com/deis/registry-token-refresher
2+
home: https://github.com/deisthree/registry-token-refresher
33
version: <Will be populated by the ci before publishing the chart>
44
description: Token Refresher for Deis Workflow.
55
keywords:

0 commit comments

Comments
 (0)