doc/sma: update interface file dir

The directory containing the interface protobuf files recently changed.
Updating the documentation to point to the new directory.

Change-Id: I8c1586e7aee024a12867bc8c32cc7ad57868339b
Signed-off-by: John Kariuki <John.K.Kariuki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16350
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
This commit is contained in:
John Kariuki 2023-01-19 05:56:06 -07:00 committed by Tomasz Zawadzki
parent 14671b8f4e
commit 57cf89617e

View File

@ -12,7 +12,7 @@ lot of hardware-specific options.
## Interface
The interface is defined in a protobuf files located in `python/spdk/sma/proto`
The interface is defined in a protobuf files located in `proto`
directory. The generic interface common to all types of devices is defined in
`sma.proto` file, while device-specific options are defined in their separate
files (e.g. `nvme.proto` for NVMe).