taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 8472a40446fb6a5f119d470b9edf0b760f97bb3e
parent e174e5bc6e8ea1dfd15ec68adc8f1aacc9f4e18a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 27 Nov 2020 21:04:43 -0500

mark up ‘https://www.iso20022.org/standardsrepository’; add period at end of sentence

Diffstat:
Mlibeufin/iso20022.rst | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libeufin/iso20022.rst b/libeufin/iso20022.rst @@ -5,7 +5,7 @@ ISO 20022 is the standard that defines many XML messages for FinTech. It is very general, and often countries/orgs define subsets (TVS, technical validation subset) of the schema. -Documentation for message fields can be viewed at https://www.iso20022.org/standardsrepository +Documentation for message fields can be viewed at `<https://www.iso20022.org/standardsrepository>`__. The primary syntax for ISO 20022 messages is XML. To avoid LibEuFin clients having to deal with XML, we define a mapping from ISO 20022 messages into JSON. @@ -209,4 +209,3 @@ FIXME: This is not complete yet. proprietaryIssuer?: string; proprietaryCode?: string; } -