diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50d7c48..65f7c6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ # How to Contribute This project is part of Deis. You can find the latest contribution -guidelines [at the Deis project](https://github.com/deis/deis/blob/master/CONTRIBUTING.md). +guidelines [at the Deis project](https://github.com/deisthree/deis/blob/master/CONTRIBUTING.md). diff --git a/MAINTAINERS.md b/MAINTAINERS.md index e6566a5..536e547 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,4 +1,4 @@ # Deis Maintainers This project is part of Deis. The official maintainers documentation is -located [in the main project](https://github.com/deis/deis/blob/master/MAINTAINERS.md). +located [in the main project](https://github.com/deisthree/deis/blob/master/MAINTAINERS.md). diff --git a/README.md b/README.md index fe88735..3f19693 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ that adds a developer-friendly layer to any [Kubernetes][k8s-home] cluster, making it easy to deploy and manage applications on your own servers. For more information about Deis Workflow, please visit the main project page at -https://github.com/deis/workflow. +https://github.com/deisthree/workflow. We welcome your input! If you have feedback on Workflow Manager, please [submit an issue][issues]. If you'd like to participate in development, @@ -55,7 +55,7 @@ an outline. ## Docker Based Development Environment The preferred environment for development uses [the `go-dev` Docker -image](https://github.com/deis/docker-go-dev). The tools described in this +image](https://github.com/deisthree/docker-go-dev). The tools described in this section are used to build, test, package and release each version of Deis. 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 level (functional or integration tests, for example). -[issues]: https://github.com/deis/workflow-manager/issues -[prs]: https://github.com/deis/workflow-manager/pulls +[issues]: https://github.com/deisthree/workflow-manager/issues +[prs]: https://github.com/deisthree/workflow-manager/pulls [k8s-home]: https://kubernetes.io -[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0 +[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0 diff --git a/charts/workflow-manager/Chart.yaml b/charts/workflow-manager/Chart.yaml index 0af2125..99e152c 100644 --- a/charts/workflow-manager/Chart.yaml +++ b/charts/workflow-manager/Chart.yaml @@ -1,5 +1,5 @@ name: workflow-manager -home: https://github.com/deis/workflow-manager +home: https://github.com/deisthree/workflow-manager version: description: "Deis Workflow Manager: Cluster First Aid" maintainers: diff --git a/data/data_test.go b/data/data_test.go index 0211a2c..64ac5b5 100644 --- a/data/data_test.go +++ b/data/data_test.go @@ -113,7 +113,7 @@ func TestAddUpdateData(t *testing.T) { err := AddUpdateData(&mockCluster, mocks.LatestMockData{}) assert.NoErr(t, err) //TODO: when newestVersion is implemented, actually test for the addition of "UpdateAvailable" fields. - // tracked in https://github.com/deis/workflow-manager/issues/52 + // tracked in https://github.com/deisthree/workflow-manager/issues/52 } func TestGetInstalled(t *testing.T) {