[FIX] odoo_sh: broken link

This commit is contained in:
Denis Vermylen 2018-09-17 11:34:37 +02:00
parent e76b5de868
commit 0bcb69c179
No known key found for this signature in database
GPG Key ID: 23491B90099BBC46

View File

@ -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 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 * 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, * or update the previous database running on the branch,
depending on the push behaviour configured in the :ref:`branch's settings <odoosh-gettingstarted-branches-tabs-settings->`. depending on the push behaviour configured in the :ref:`branch's settings <odoosh-gettingstarted-branches-tabs-settings>`.
You can therefore test your latest features using the production data without compromising the actual You can therefore test your latest features using the production data without compromising the actual
production database with test records. production database with test records.