Changing README to point to the incarnation of the aurora scheduler project.

This commit is contained in:
Renan DelValle 2020-02-18 12:22:31 -08:00
parent 7b0c75450b
commit 76a8890514
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -1,6 +1,6 @@
# gorealis [![GoDoc](https://godoc.org/github.com/paypal/gorealis?status.svg)](https://godoc.org/github.com/paypal/gorealis) [![Build Status](https://travis-ci.org/paypal/gorealis.svg?branch=master)](https://travis-ci.org/paypal/gorealis) [![codecov](https://codecov.io/gh/paypal/gorealis/branch/master-v2.0/graph/badge.svg)](https://codecov.io/gh/paypal/gorealis/branch/master-v2.0)
Go library for interacting with [Apache Aurora](https://github.com/apache/aurora).
Go library for interacting with [Aurora Scheduler](https://github.com/aurora-scheduler/aurora).
### Aurora version compatibility
Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this
@ -14,7 +14,7 @@ library has been tested.
## Projects using gorealis
* [australis](https://github.com/rdelval/australis)
* [australis](https://github.com/aurora-scheduler/australis)
## Contributions
Contributions are always welcome. Please raise an issue to discuss a contribution before it is made.