Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Madison Steiner committed Sep 7, 2017
1 parent 371b651 commit f338fc8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).

2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -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).
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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/)
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/workflow-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: workflow-manager
home: https://github.com/deis/workflow-manager
home: https://github.com/deisthree/workflow-manager
version: <Will be populated by the ci before publishing the chart>
description: "Deis Workflow Manager: Cluster First Aid"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion data/data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f338fc8

Please sign in to comment.