File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ DESCRIPTION
3636Read in the NVMe over Fabrics configuration from the specified JSON
3737configuration file and allow to update or modify the contents.
3838The JSON configuration file format is documented in
39- https://github.com/linux-nvme/libnvme /blob/master/doc/config-schema.json
39+ https://github.com/linux-nvme/nvme-cli /blob/master/libnvme /doc/config-schema.json
4040
4141OPTIONS
4242-------
@@ -201,7 +201,7 @@ SEE ALSO
201201--------
202202nvme-discover(1)
203203nvme-connect(1)
204- https://github.com/linux-nvme/libnvme /blob/master/doc/config-schema.json
204+ https://github.com/linux-nvme/nvme-cli /blob/master/libnvme /doc/config-schema.json
205205
206206AUTHORS
207207-------
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ OPTIONS
127127 default @SYSCONFDIR@/nvme/config.json file or 'none' to not read in
128128 an existing configuration file. The JSON configuration file
129129 format is documented in
130- https://github.com/linux-nvme/libnvme /blob/master/doc/config-schema.json
130+ https://github.com/linux-nvme/nvme-cli /blob/master/libnvme /doc/config-schema.json
131131
132132-k < # >::
133133--keep-alive-tmo=< # >::
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ OPTIONS
102102 default @SYSCONFDIR@/nvme/config.json file or 'none' to not read in
103103 an existing configuration file. The JSON configuration file
104104 format is documented in
105- https://github.com/linux-nvme/libnvme /blob/master/doc/config-schema.json
105+ https://github.com/linux-nvme/nvme-cli /blob/master/libnvme /doc/config-schema.json
106106
107107-S <secret>::
108108--dhchap-secret=<secret>::
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ OPTIONS
146146 default @SYSCONFDIR@/nvme/config.json file or 'none' to not read in
147147 an existing configuration file. The JSON configuration file
148148 format is documented in
149- https://github.com/linux-nvme/libnvme /blob/master/doc/config-schema.json
149+ https://github.com/linux-nvme/nvme-cli /blob/master/libnvme /doc/config-schema.json
150150
151151-k <#>::
152152--keep-alive-tmo=<#>::
Original file line number Diff line number Diff line change 11# libnvme
22
3- ![ MesonBuild] ( https://github.com/linux-nvme/libnvme/actions/workflows/build.yml/badge.svg )
4- ![ PyBuild] ( https://github.com/linux-nvme/libnvme/actions/workflows/release-python.yml/badge.svg )
3+ ![ PyBuild] ( https://github.com/linux-nvme/nvme-cli/actions/workflows/release-python.yml/badge.svg )
54[ ![ PyPI] ( https://img.shields.io/pypi/v/libnvme )] ( https://pypi.org/project/libnvme/ )
65[ ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/libnvme )] ( https://pypi.org/project/libnvme/ )
7- ![ GitHub] ( https://img.shields.io/github/license/linux-nvme/libnvme )
8- [ ![ codecov] ( https://codecov.io/gh/linux-nvme/libnvme/branch/master/graph/badge.svg )] ( https://codecov.io/gh/linux-nvme/libnvme )
6+ [ ![ codecov] ( https://codecov.io/gh/linux-nvme/nvme-cli/branch/master/graph/badge.svg )] ( https://codecov.io/gh/linux-nvme/nvme-cli )
97[ ![ Read the Docs] ( https://img.shields.io/readthedocs/libnvme )] ( https://libnvme.readthedocs.io/en/latest/ )
108
119This is the libnvme development C library. libnvme provides type
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3- "$id" : " https://github.com/linux-nvme/libnvme/doc/config-schema.json" ,
3+ "$id" : " https://github.com/linux-nvme/nvme-cli/ libnvme/doc/config-schema.json" ,
44 "title" : " config.json" ,
55 "description" : " libnvme JSON configuration" ,
66 "type" : " object" ,
Original file line number Diff line number Diff line change 11{
22 "$schema": "https://json-schema.org/draft/2020-12/schema",
3- "$id": "https://github.com/linux-nvme/libnvme/doc/config-schema.json",
3+ "$id": "https://github.com/linux-nvme/nvme-cli/ libnvme/doc/config-schema.json",
44 "title": "config.json",
55 "description": "libnvme JSON configuration",
66 "type": "object",
You can’t perform that action at this time.
0 commit comments