From a22f7cd657bd94ea22ea9e827ca8c4e532cbfe78 Mon Sep 17 00:00:00 2001 From: "Jonathan Castillo (jcs)" Date: Thu, 27 Jan 2022 17:21:50 +0000 Subject: [PATCH] [FIX] redirects.txt: wrong path for outlook doc's redirection These paths in redirects.txt miss the first folder level, starting from /content/ . closes odoo/documentation#1499 Signed-off-by: Antoine Vandevenne (anv) --- redirects.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirects.txt b/redirects.txt index f60ae7a26..ef54b36d7 100644 --- a/redirects.txt +++ b/redirects.txt @@ -292,7 +292,7 @@ purchase/replenishment/multicompany/setup.rst applications/general/multi_compani applications/general/product_images.rst applications/sales/sales/products_prices/products/product_images.rst # fix a wrong target hard-coded in Odoo -sales/crm/optimize/outlook_extension.rst productivity/mail_plugins/outlook.rst +applications/sales/crm/optimize/outlook_extension.rst applications/productivity/mail_plugins/outlook.rst applications/general/payment_acquirers/adyen.rst applications/finance/payment_acquirers/adyen.rst applications/general/payment_acquirers/alipay.rst applications/finance/payment_acquirers/alipay.rst