From 947d4f502f428d98aeae74c640ede4f23e338573 Mon Sep 17 00:00:00 2001 From: rdimaio Date: Tue, 19 Mar 2024 11:13:21 +0100 Subject: [PATCH] Fix broken link to client API --- docs/user/developing_with_rucio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/developing_with_rucio.md b/docs/user/developing_with_rucio.md index 023428d4ac..edf406f000 100644 --- a/docs/user/developing_with_rucio.md +++ b/docs/user/developing_with_rucio.md @@ -18,7 +18,7 @@ rucio_client.ping() ``` The methods are separated per resource type. The API in full can be viewed -[here](client_api/accountclient). +[here](/client_api/accountclient). ### Errors and Exceptions