summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
index 4c22129e..d928b2dc 100644
--- a/libeufin/concepts.rst
+++ b/libeufin/concepts.rst
@@ -100,7 +100,7 @@ Examples:
.. code:: none
# Manually request the inter-day account report via the EBICS C52 order
- curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-connections/my-ebics-testacct/send-c52
+ curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-connections/my-ebics-testacct/ebics/download/C52
# Download available bank accounts that can be accessed through this connection,
# according to the bank server (with EBICS, does a HTD request).