details:   https://code.tryton.org/tryton/commit/19ff1f9bedfb
branch:    default
user:      Sergi Almacellas Abellana <[email protected]>
date:      Thu Nov 27 10:17:25 2025 +0100
description:
        Fix the link to the production module documentation

        Closes #14395
diffstat:

 modules/production/setup.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 376e7f11ecec -r 19ff1f9bedfb modules/production/setup.py
--- a/modules/production/setup.py       Mon Aug 11 18:06:38 2025 +0200
+++ b/modules/production/setup.py       Thu Nov 27 10:17:25 2025 +0100
@@ -65,7 +65,7 @@
     download_url=download_url,
     project_urls={
         "Bug Tracker": 'https://bugs.tryton.org/',
-        "Documentation": 'https://docs.tryton.org/products/modules-production',
+        "Documentation": 'https://docs.tryton.org/modules-production/',
         "Forum": 'https://www.tryton.org/forum',
         "Source Code": 'https://code.tryton.org/tryton',
         },

Reply via email to