Skip to content

Commit b01666e

Browse files
authored
Merge pull request #119 from pdomagala/fix-broken-links
Fix broken links in README.md
2 parents 8bc637c + b617f07 commit b01666e

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11

22
# Deis Controller
33

4-
[![Build Status](https://ci.deis.io/job/controller/badge/icon)](https://ci.deis.io/job/controller)
54
[![codecov.io](https://codecov.io/github/deis/controller/coverage.svg?branch=master)](https://codecov.io/github/deis/controller?branch=master)
65
[![Docker Repository on Quay](https://quay.io/repository/deisci/controller/status "Docker Repository on Quay")](https://quay.io/repository/deisci/controller)
7-
[![Dependency Status](https://www.versioneye.com/user/projects/5863f1de6f4bf900128fa95a/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5863f1de6f4bf900128fa95a)
86

97
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.
108

11-
For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.
9+
For more information about the Deis Workflow, please visit the main project page at https://github.com/teamhephy/workflow.
1210

1311
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].
1412

@@ -47,7 +45,7 @@ You'll want to test your code changes interactively in a working Kubernetes clus
4745

4846
### Workflow Installation
4947

50-
After you have a working Kubernetes cluster, you're ready to [install Workflow](https://deis.com/docs/workflow/installing-workflow/).
48+
After you have a working Kubernetes cluster, you're ready to [install Workflow](https://docs.teamhephy.com/installing-workflow/).
5149

5250
## Testing Your Code
5351

@@ -77,8 +75,8 @@ kubectl get pod --namespace=deis -w | grep deis-controller
7775
```
7876

7977
[install-k8s]: https://kubernetes.io/docs/setup/pick-right-solution
80-
[issues]: https://github.com/deisthree/controller/issues
81-
[prs]: https://github.com/deisthree/controller/pulls
82-
[workflow]: https://github.com/deisthree/workflow
78+
[issues]: https://github.com/teamhephy/controller/issues
79+
[prs]: https://github.com/teamhephy/controller/pulls
80+
[workflow]: https://github.com/teamhephy/workflow
8381
[Docker]: https://www.docker.com/
84-
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0
82+
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.21.4

0 commit comments

Comments
 (0)