diff --git a/README.md b/README.md
index 36f742a7375489ebd24c0a405fc7106029b5cdd4..006898e7fd7719477c0df02219a849c9b45e6e10 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 4c5e3942ff034bb9126e1aad445f78b192503653..165bd3b7fe5e17d3541c1c3524c316111161ff1f 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 5bd2bbfbb5b1ebd73afbfc539cf4d1b5300b689f..63f19b87b6627eac29d02ee2f7f8f9e120582609 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