From 0bcb69c17919abfea4520b9e97f3ab085aa3a246 Mon Sep 17 00:00:00 2001 From: Denis Vermylen Date: Mon, 17 Sep 2018 11:34:37 +0200 Subject: [PATCH] [FIX] odoo_sh: broken link --- odoo_sh/getting_started/branches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_sh/getting_started/branches.rst b/odoo_sh/getting_started/branches.rst index b329b73fb..f04ad3727 100644 --- a/odoo_sh/getting_started/branches.rst +++ b/odoo_sh/getting_started/branches.rst @@ -64,7 +64,7 @@ Staging branches are meant to test your new features using the production data. Pushing a new commit in one of these branches will either * start a new server, using a duplicate of the production database and the new revision of the branch * or update the previous database running on the branch, -depending on the push behaviour configured in the :ref:`branch's settings `. +depending on the push behaviour configured in the :ref:`branch's settings `. You can therefore test your latest features using the production data without compromising the actual production database with test records.