diff --git a/content/contributing.rst b/content/contributing.rst
index dc141711f..f052074ea 100644
--- a/content/contributing.rst
+++ b/content/contributing.rst
@@ -40,7 +40,7 @@ lists the most important of them.
- Users of Odoo
* - Translate Odoo
- Translate the user interface and documentation of Odoo into different languages.
- - * `Odoo project on Transifex `_
+ - * `Odoo Translations `_
- Anyone fluent in multiple languages
* - Contribute to the codebase
- Submit pull requests to the Odoo GitHub repositories to fix bugs, add new features, or
diff --git a/content/developer/tutorials/backend.rst b/content/developer/tutorials/backend.rst
index 18dc3bcee..1c00b8a3e 100644
--- a/content/developer/tutorials/backend.rst
+++ b/content/developer/tutorials/backend.rst
@@ -1225,8 +1225,8 @@ file, and then derive the translated PO files. Many IDE's have plugins or modes
for editing and merging PO/POT files.
.. tip::
- The Portable Object files generated by Odoo are published on `Transifex
- `_, making it easy to translate the software.
+ The Portable Object files generated by Odoo are published on `Odoo's Translations Platform
+ `_, making it easy to translate the software.
.. code-block:: text