From 4dfa3816d2faba68c7fe10bcc9719b9a61019b14 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