commit 54bc488fad7babf360877d701ab67e3561cddc78 parent df290fe296c9124e25b4b8c97dbd846462fc30fb Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 3 May 2026 13:41:20 +0200 -fix links Diffstat:
| M | core/exchange/post-kyc-bulk-EXTERN_PUB.rst | | | 2 | +- |
| M | core/exchange/post-kyc-import-EXTERN_PUB.rst | | | 3 | ++- |
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/exchange/post-kyc-bulk-EXTERN_PUB.rst b/core/exchange/post-kyc-bulk-EXTERN_PUB.rst @@ -37,7 +37,7 @@ SHA512 hash over the body and the SHA512 hash of the payto URI. While the data will be timestamped server-side the client signature does not include the timestamp. - See `ExternKycDataBulkBindingsPS <TALER_ExternKycDataBulkBindingPS>`_ for details. + See :ref:`ExternKycDataBulkBindingsPS <TALER_ExternKycDataBulkBindingPS>` for details. *Taler-Customer-Payto*: payto:// URL of the bank account (or wallet) of the customer the bulk diff --git a/core/exchange/post-kyc-import-EXTERN_PUB.rst b/core/exchange/post-kyc-import-EXTERN_PUB.rst @@ -100,7 +100,8 @@ // SHA512 hash over the (normalized) JSON of ``attributes`` // as well as the timestamp, SHA512 hash of the payto URI // and the merchant public key. - // See `TALER_ExternKycDataImportBindingPS` for details. + // See `ExternKycDataImportBindingPS <TALER_ExternKycDataImportBindingPS>` + // for details. extern_sig: EddsaSignature; }