Skip to content

Commit f338fc8

Browse files
author
Madison Steiner
committed
Update URLs
1 parent 371b651 commit f338fc8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CONTRIBUTING.md

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

+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

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ that adds a developer-friendly layer to any [Kubernetes][k8s-home] cluster,
1111
making it easy to deploy and manage applications on your own servers.
1212

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

1616
We welcome your input! If you have feedback on Workflow Manager,
1717
please [submit an issue][issues]. If you'd like to participate in development,
@@ -55,7 +55,7 @@ an outline.
5555
## Docker Based Development Environment
5656

5757
The preferred environment for development uses [the `go-dev` Docker
58-
image](https://github.com/deis/docker-go-dev). The tools described in this
58+
image](https://github.com/deisthree/docker-go-dev). The tools described in this
5959
section are used to build, test, package and release each version of Deis.
6060

6161
To use it yourself, you must have [make](https://www.gnu.org/software/make/)
@@ -86,7 +86,7 @@ core contributors also recognize that some code must be tested at a higher
8686
level (functional or integration tests, for example).
8787

8888

89-
[issues]: https://github.com/deis/workflow-manager/issues
90-
[prs]: https://github.com/deis/workflow-manager/pulls
89+
[issues]: https://github.com/deisthree/workflow-manager/issues
90+
[prs]: https://github.com/deisthree/workflow-manager/pulls
9191
[k8s-home]: https://kubernetes.io
92-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
92+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

charts/workflow-manager/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: workflow-manager
2-
home: https://github.com/deis/workflow-manager
2+
home: https://github.com/deisthree/workflow-manager
33
version: <Will be populated by the ci before publishing the chart>
44
description: "Deis Workflow Manager: Cluster First Aid"
55
maintainers:

data/data_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func TestAddUpdateData(t *testing.T) {
113113
err := AddUpdateData(&mockCluster, mocks.LatestMockData{})
114114
assert.NoErr(t, err)
115115
//TODO: when newestVersion is implemented, actually test for the addition of "UpdateAvailable" fields.
116-
// tracked in https://github.com/deis/workflow-manager/issues/52
116+
// tracked in https://github.com/deisthree/workflow-manager/issues/52
117117
}
118118

119119
func TestGetInstalled(t *testing.T) {

0 commit comments

Comments
 (0)