diff --git a/base_suspend_security/README.rst b/base_suspend_security/README.rst
index e336c651..cccbad33 100644
--- a/base_suspend_security/README.rst
+++ b/base_suspend_security/README.rst
@@ -14,13 +14,13 @@ Suspend security
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github
- :target: https://github.com/OCA/server-backend/tree/12.0-mig-base_suspend_security/base_suspend_security
+ :target: https://github.com/OCA/server-backend/tree/12.0/base_suspend_security
:alt: OCA/server-backend
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/server-backend-12-0-mig-base_suspend_security/server-backend-12-0-mig-base_suspend_security-base_suspend_security
+ :target: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_suspend_security
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/253/12.0-mig-base_suspend_security
+ :target: https://runbot.odoo-community.org/runbot/253/12.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -64,7 +64,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues This module was written to allow you to call code with some uid while being sure no security checks (ir.model.access and ir.rule) are done. In this way, it’s the same as sudo(), but the crucial difference is that the code still runs with the original user id. This can be important for inherited code that calls workflow functions, subscribes the current user to some object, etc. Usually, you’ll be in in the situation to want something like this if you inherit from a module you can’t or don’t want to change, and call super(). Table of contents
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.
+feedback.Do not contact contributors directly about support or help with technical issues.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
-This module is part of the OCA/server-backend project on GitHub.
+This module is part of the OCA/server-backend project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.