Commit 7475fdc3 authored by Avri Altman's avatar Avri Altman Committed by Tomasz Zawadzki
Browse files

doc/jsonrpc.md: remove outdated reference to scripts/rpc directory



The documentation previously stated that 'scripts/rpc' contains modules
imported by 'rpc.py' for RPC method definitions. This is no longer
accurate, as it was removed a while ago.

Change-Id: I99da3d0f1f674c9ee4d2b2533d21ef3e54e35013
Signed-off-by: default avatarAvri Altman <avri.altman@sandisk.com>
Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/26409


Reviewed-by: default avatarKonrad Sztyber <ksztyber@nvidia.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz@tzawadzki.com>
Tested-by: default avatarSPDK Automated Test System <spdkbot@gmail.com>
parent 4722123b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -57,8 +57,7 @@ This type of error is most common one. It mean that there is an error while proc
## rpc.py {#rpc_py}

SPDK provides a set of Python scripts which can invoke the JSON-RPC methods described in this document.  'rpc.py' in the scripts
directory is the main script that users will invoke to execute a JSON-RPC method. The scripts/rpc directory contains modules
that 'rpc.py' imports for definitions of each SPDK library's or module's methods.
directory is the main script that users will invoke to execute a JSON-RPC method.

Example: