Skip to content

Commit 86962b7

Browse files
committed
Updating links and changing name
1 parent cd328ed commit 86962b7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11

2-
# Deis Logger
2+
# Hephy Logger
33
[![Build Status](https://ci.deis.io/job/logger/badge/icon)](https://ci.deis.io/job/logger)
44
[![codecov.io](https://codecov.io/github/deis/logger/coverage.svg?branch=master)](https://codecov.io/github/deis/logger?branch=master)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/deis/logger)](https://goreportcard.com/report/github.com/deis/logger)
66
[![Docker Repository on Quay](https://quay.io/repository/deis/logger/status "Docker Repository on Quay")](https://quay.io/repository/deis/logger)
77

8+
Hephy - A Fork of Deis Workflow
9+
810
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.
911

1012
![Deis Graphic](https://getdeis.blob.core.windows.net/get-deis/deis-graphic-small.png)
1113

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

1416
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].
1517

1618
## Description
1719
A system logger for use in the [Deis Workflow](https://deis.com/workflow/) open source PaaS.
1820

19-
This Docker image is based on [quay.io/deis/base](https://github.com/deisthree/docker-base) image. You can see what version we are currently using in the [Dockerfile](rootfs/Dockerfile)
21+
This Docker image is based on [quay.io/deis/base](https://github.com/teamhephy/docker-base) image. You can see what version we are currently using in the [Dockerfile](rootfs/Dockerfile)
2022

2123
The new v2 logger implementation has seen a simplification from the last rewrite. While it still uses much of that code it no longer depends on `etcd`. Instead, we will use kubernetes service discovery to determine where logger is running.
2224

@@ -100,6 +102,6 @@ DEV_REGISTRY=myhost:5000 make push
100102
└──────────┘
101103
```
102104

103-
[issues]: https://github.com/deisthree/logger/issues
104-
[prs]: https://github.com/deisthree/logger/pulls
105-
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0
105+
[issues]: https://github.com/teamhephy/logger/issues
106+
[prs]: https://github.com/teamhephy/logger/pulls
107+
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0

0 commit comments

Comments
 (0)