Browse Source

Merge pull request #1663 from kashike/feature/badges

Update status badges in readme for project rename
tags/v2.7.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
75208d2934
No account linked to committer's email address
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      README.md

+ 7
- 7
README.md View File

@@ -11,10 +11,10 @@ Ergo is a fork of the [Ergonomadic](https://github.com/jlatt/ergonomadic) IRC da
11 11
 
12 12
 ---
13 13
 
14
-[![Go Report Card](https://goreportcard.com/badge/github.com/oragono/oragono)](https://goreportcard.com/report/github.com/oragono/oragono)
15
-[![Build Status](https://travis-ci.com/oragono/oragono.svg?branch=master)](https://travis-ci.com/oragono/oragono)
16
-[![Download Latest Release](https://img.shields.io/badge/downloads-latest%20release-green.svg)](https://github.com/oragono/oragono/releases/latest)
17
-[![Crowdin](https://d322cqt584bo4o.cloudfront.net/oragono/localized.svg)](https://crowdin.com/project/oragono)
14
+[![Go Report Card](https://goreportcard.com/badge/github.com/ergochat/ergo)](https://goreportcard.com/report/github.com/ergochat/ergo)
15
+[![build](https://github.com/ergochat/ergo/actions/workflows/build.yml/badge.svg)](https://github.com/ergochat/ergo/actions/workflows/build.yml)
16
+[![Download Latest Release](https://img.shields.io/badge/downloads-latest%20release-green.svg)](https://github.com/ergochat/ergo/releases/latest)
17
+[![Crowdin](https://d322cqt584bo4o.cloudfront.net/ergochat/localized.svg)](https://crowdin.com/project/ergochat)
18 18
 
19 19
 If you want to take a look at a running Ergo instance or test some client code, feel free to play with [testnet.ergo.chat](https://testnet.ergo.chat/) (TLS on port 6697 or plaintext on port 6667).
20 20
 
@@ -31,7 +31,7 @@ If you want to take a look at a running Ergo instance or test some client code,
31 31
 * updating server config and TLS certificates on-the-fly (rehashing)
32 32
 * SASL authentication
33 33
 * LDAP support
34
-* supports [multiple languages](https://crowdin.com/project/oragono) (you can also set a default language for your network)
34
+* supports [multiple languages](https://crowdin.com/project/ergochat) (you can also set a default language for your network)
35 35
 * advanced security and privacy features (support for requiring SASL for all logins, cloaking IPs, and running as a Tor hidden service)
36 36
 * an extensible privilege system for IRC operators
37 37
 * ident lookups for usernames
@@ -64,9 +64,9 @@ Some platforms/distros also have Oragono packages maintained for them:
64 64
 
65 65
 ### Using Docker
66 66
 
67
-A Dockerfile and example docker-compose recipe are available in the `distrib/docker` directory. Oragono is automatically published
67
+A Dockerfile and example docker-compose recipe are available in the `distrib/docker` directory. Ergo is automatically published
68 68
 to Docker Hub at [oragono/oragono](https://hub.docker.com/r/oragono/oragono). For more information, see the distrib/docker
69
-[README file](https://github.com/oragono/oragono/blob/master/distrib/docker/README.md).
69
+[README file](https://github.com/ergochat/ergo/blob/master/distrib/docker/README.md).
70 70
 
71 71
 ### From Source
72 72
 

Loading…
Cancel
Save