summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/iso20022.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/libeufin/iso20022.rst b/libeufin/iso20022.rst
index d96469d0..d86097b8 100644
--- 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;
}
-