From 1ff80117e2fb427138b8f082927c2dace36fdd53 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 13 Sep 2022 17:44:16 +0200 Subject: [PATCH] Fixing docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d2208f5..d9cd08a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,7 +44,7 @@ The methods of the Web Service can be called by writing your own REST client app **Methods Result** -The service exposes `its methods <../api/index.html>`_ using a standard naming approach. Moreover, they accept (in case of http POST/PUT methods) JSON objects. +The service exposes `its methods <../api-docs/index.html>`_ using a standard naming approach. Moreover, they accept (in case of http POST/PUT methods) JSON objects. .. IMPORTANT:: The result of all methods is always a JSON object as per below: