From 079ad937b8b08a33d1c4ca14f236c86f554e9975 Mon Sep 17 00:00:00 2001
From: Amin Bandali <amin.bandali@savoirfairelinux.com>
Date: Thu, 23 Sep 2021 18:58:38 -0400
Subject: [PATCH] README: replaces several occurrences of 'ring' with 'jami'

Change-Id: I5cf9c056fb02c9547679f021759b77e7242c58c0
---
 README.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 1e05d1eb..36ec1182 100644
--- a/README.rst
+++ b/README.rst
@@ -2,13 +2,13 @@ jami-project
 ============
 
 This repository is the master repository for Jami. It contains a build script, build.py,
-that can be used to build and install ring from source on different platforms.
+that can be used to build and install Jami from source on different platforms.
 
 More documentation can be found on http://docs.jami.net. You may also build the documentation
 with ``make docs``. The documentation will be built in ``docs/build/html``.
 
-Using make-ring
-###############
+Using build.py
+##############
 
 Dependencies
 ------------
@@ -105,7 +105,7 @@ You can find the .app file in the ``./install/client-macosx`` folder.
 On Android
 ----------
 
-Please make sure you have the Android SDK and NDK installed, and that their paths are properly set. For further information, please visit <https://github.com/savoirfairelinux/ring-client-android>
+Please make sure you have the Android SDK and NDK installed, and that their paths are properly set. For further information, please visit <https://git.jami.net/savoirfairelinux/jami-client-android>
 
 Build and install locally under this repository:
 
-- 
GitLab