From b75676d078b8fdae2c01d0620329245d30fbe35f 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:47:58 -0400
Subject: [PATCH] docs: rename to Jami

Change-Id: Ice9d9b57571f779eb86e5940f67d30ac57100945
---
 README.md                         | 10 +++++-----
 share/ring/bootstrap/servers.json |  2 +-
 src/avmodel.cpp                   |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 36f742a7..006898e7 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 # libringclient
 
-libringclient is a client library for GNU Ring
+libringclient is a client library for Jami
 
-For more information about the GNU Ring project, see the following:
-- Main website: https://ring.cx/
-- Bug tracker: https://tuleap.ring.cx/projects/ring/
-- Repositories: https://gerrit-ring.savoirfairelinux.com
+For more information about the Jami project, see the following:
+- Main website: https://jami.net
+- Bug tracker: https://git.jami.net
+- Repositories: https://review.jami.net
 
 For build/install instructions, see the INSTALL file.
diff --git a/share/ring/bootstrap/servers.json b/share/ring/bootstrap/servers.json
index 4c5e3942..165bd3b7 100755
--- a/share/ring/bootstrap/servers.json
+++ b/share/ring/bootstrap/servers.json
@@ -1,3 +1,3 @@
 [
-    {"host": "bootstrap.ring.cx", "port": 4222}
+    {"host": "bootstrap.jami.net", "port": 4222}
 ]
diff --git a/src/avmodel.cpp b/src/avmodel.cpp
index 5bd2bbfb..63f19b87 100644
--- a/src/avmodel.cpp
+++ b/src/avmodel.cpp
@@ -68,7 +68,7 @@ public:
     std::string currentVideoCaptureDevice_ {};
 
 #ifndef ENABLE_LIBWRAP
-    // TODO: Init Video Renderers from daemon (see: https://git.ring.cx/savoirfairelinux/ring-daemon/issues/59)
+    // TODO: Init Video Renderers from daemon (see: https://git.jami.net/savoirfairelinux/ring-daemon/issues/59)
     static void stopCameraAndQuit(int);
     static uint32_t SIZE_RENDERER;
 #endif
-- 
GitLab