details: https://code.tryton.org/tryton/commit/5ae1f1535149
branch: default
user: Cédric Krier <[email protected]>
date: Mon Mar 23 09:03:36 2026 +0100
description:
Use https for wikipedia links to BIC and IBAN
diffstat:
modules/bank/doc/design.rst | 2 +-
modules/bank/doc/index.rst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 5bb8040750a2 -r 5ae1f1535149 modules/bank/doc/design.rst
--- a/modules/bank/doc/design.rst Mon Mar 23 09:03:05 2026 +0100
+++ b/modules/bank/doc/design.rst Mon Mar 23 09:03:36 2026 +0100
@@ -53,5 +53,5 @@
The `Party <party:model-party.party>` concept is introduced by the
:doc:`Party Module <party:index>`.
-.. _BIC: http://en.wikipedia.org/wiki/Bank_Identifier_Code
+.. _BIC: https://en.wikipedia.org/wiki/Bank_Identifier_Code
.. _IBAN: https://en.wikipedia.org/wiki/International_Bank_Account_Number
diff -r 5bb8040750a2 -r 5ae1f1535149 modules/bank/doc/index.rst
--- a/modules/bank/doc/index.rst Mon Mar 23 09:03:05 2026 +0100
+++ b/modules/bank/doc/index.rst Mon Mar 23 09:03:36 2026 +0100
@@ -16,7 +16,7 @@
A bank links a party with a `BIC`_.
-.. _`BIC`: http://en.wikipedia.org/wiki/Bank_Identifier_Code
+.. _`BIC`: https://en.wikipedia.org/wiki/Bank_Identifier_Code
Bank Account
************
@@ -32,4 +32,4 @@
- `IBAN`_
- Other
-.. _`IBAN`: http://en.wikipedia.org/wiki/IBAN
+.. _`IBAN`: https://en.wikipedia.org/wiki/IBAN