details: https://code.tryton.org/tryton/commit/088457ac5334 branch: default user: Cédric Krier <[email protected]> date: Mon Mar 02 10:58:40 2026 +0100 description: Avoid redirection in documentation links diffstat:
modules/currency_ro/doc/index.rst | 4 ++-- modules/stock/doc/reference.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diffs (23 lines): diff -r d6185288544c -r 088457ac5334 modules/currency_ro/doc/index.rst --- a/modules/currency_ro/doc/index.rst Mon Mar 02 10:58:19 2026 +0100 +++ b/modules/currency_ro/doc/index.rst Mon Mar 02 10:58:40 2026 +0100 @@ -2,8 +2,8 @@ Currency RO Module ################## -The *Currency RO Module* adds the `Romanian National Bank <https://bnr.ro/>`_ -as a source for currency exchange rates. +The *Currency RO Module* adds the `Romanian National Bank +<https://www.bnr.ro/>`_ as a source for currency exchange rates. .. toctree:: :maxdepth: 2 diff -r d6185288544c -r 088457ac5334 modules/stock/doc/reference.rst --- a/modules/stock/doc/reference.rst Mon Mar 02 10:58:19 2026 +0100 +++ b/modules/stock/doc/reference.rst Mon Mar 02 10:58:40 2026 +0100 @@ -10,4 +10,4 @@ This mixin_ provides some common methods that are useful when creating classes that provide quantity fields. - .. _mixin: http://en.wikipedia.org/wiki/Mixin + .. _mixin: https://en.wikipedia.org/wiki/Mixin
