From 726efe0eeaa9d1950f70beccda47d25c2e6f7837 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Fri, 30 Aug 2019 13:44:07 -0400
Subject: [PATCH] readme: rename to Jami

Change-Id: I7724aab77ad58dc80d7c86eb44822cdc533b2241
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 8a09c8e41..854207350 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# Ring Android
+# Jami Android
 
-This repository is meant for the porting of Ring to Android.
+This repository is meant for the porting of Jami to Android.
 
 | App | CI
 | :-: | :-: |
-| [![Download on the Play Store](https://img.shields.io/badge/download-play%20store-blue.svg)](https://play.google.com/store/apps/details?id=cx.ring) [![Download on F-Droid](https://img.shields.io/badge/download-fdroid-blue.svg)](https://f-droid.org/repository/browse/?fdid=cx.ring) | [![Build Status](https://jenkins.ring.cx/buildStatus/icon?job=client-android)](https://jenkins.ring.cx/job/client-android/)
+| [![Download on the Play Store](https://img.shields.io/badge/download-play%20store-blue.svg)](https://play.google.com/store/apps/details?id=cx.ring) [![Download on F-Droid](https://img.shields.io/badge/download-fdroid-blue.svg)](https://f-droid.org/repository/browse/?fdid=cx.ring) | [![Build Status](https://jenkins.jami.net/buildStatus/icon?job=client-android)](https://jenkins.jami.net/job/client-android/)
 
 ## Environment
 
 Clone this as a submodule of:
-<https://gerrit-ring.savoirfairelinux.com/#/admin/projects/ring-project>
-to obtain the required Ring daemon source.
+<https://review.jami.net/#/admin/projects/ring-project>
+to obtain the required Jami daemon source.
 
 You can also manually clone the daemon and override the DAEMON_DIR
 during compilation
-- 
GitLab