Skip to content

Commit 8e4bdf8

Browse files
author
Martin Belanger
committed
docs: Fix URLs referencing deprecated libnvme repo
Change: https://github.com/linux-nvme/libnvme/... To: https://github.com/linux-nvme/nvme-cli/... Signed-off-by: Martin Belanger <[email protected]>
1 parent 5b9da18 commit 8e4bdf8

7 files changed

Lines changed: 9 additions & 11 deletions

File tree

Documentation/nvme-config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DESCRIPTION
3636
Read in the NVMe over Fabrics configuration from the specified JSON
3737
configuration file and allow to update or modify the contents.
3838
The 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

4141
OPTIONS
4242
-------
@@ -201,7 +201,7 @@ SEE ALSO
201201
--------
202202
nvme-discover(1)
203203
nvme-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

206206
AUTHORS
207207
-------

Documentation/nvme-connect-all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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=<#>::

Documentation/nvme-connect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>::

Documentation/nvme-discover.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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=<#>::

libnvme/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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

119
This is the libnvme development C library. libnvme provides type

libnvme/doc/config-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

libnvme/doc/config-schema.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)