From f3c0604554ac64a26680894e47c890bdadbde448 Mon Sep 17 00:00:00 2001 From: Miguel de Barros Date: Tue, 7 Mar 2023 14:12:09 +0200 Subject: [PATCH] fix: admin api link not opening first time (#407) --- docs/api/administration/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/administration/README.md b/docs/api/administration/README.md index 04161e4a..80323e1b 100644 --- a/docs/api/administration/README.md +++ b/docs/api/administration/README.md @@ -4,7 +4,7 @@ The Administration API includes the following documents. ## Administration Central Ledger API -[The specification of the Central Ledger API](./central-ledger-api) introduces and describes the **Central Ledger API**. The purpose of the API is to enable Hub Operators to manage admin processes around: +[The specification of the Central Ledger API](./central-ledger-api.md) introduces and describes the **Central Ledger API**. The purpose of the API is to enable Hub Operators to manage admin processes around: - Creating/activating/deactivating participants in the Hub - Adding and updating participant endpoint information @@ -12,4 +12,4 @@ The Administration API includes the following documents. - Creating Hub accounts - Performing Funds In and Funds Out operations - Creating/updating/viewing settlement models -- Retrieving transfer details \ No newline at end of file +- Retrieving transfer details