From 015f456d803b78df47727da0cfc544d897397cb6 Mon Sep 17 00:00:00 2001 From: rjo-odoo <61477595+rjo-odoo@users.noreply.github.com> Date: Thu, 4 Feb 2021 14:07:10 -0800 Subject: [PATCH] [IMP] website: minor sentence modification in "domain_name" --- content/applications/websites/website/publish/domain_name.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/applications/websites/website/publish/domain_name.rst b/content/applications/websites/website/publish/domain_name.rst index caafb70a0..f973d2c15 100644 --- a/content/applications/websites/website/publish/domain_name.rst +++ b/content/applications/websites/website/publish/domain_name.rst @@ -100,7 +100,7 @@ How to make sure that all my URLs use my custom domain? To set up the root URL of your website and of all the links sent in emails, you can ask an administrator of your database (any user in the *Settings* group) to perform a login from the login screen. It's as simple as that! -If you want to do it manually, you can go to :menuselection:`Settings --> Technical --> System Parameters` . +If you want to do it manually, go to :menuselection:`Settings --> Technical --> System Parameters`. Find the entry called ``web.base.url`` (you can create it if it does not exist) and enter the full URL of your website, like ``https://www.myodoowebsite.com``. .. warning::