Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/nvme-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DESCRIPTION
Read in the NVMe over Fabrics configuration from the specified JSON
configuration file and allow to update or modify the contents.
The JSON configuration file format is documented in
https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json
https://github.com/linux-nvme/nvme-cli/blob/master/libnvme/doc/config-schema.json

OPTIONS
-------
Expand Down Expand Up @@ -201,7 +201,7 @@ SEE ALSO
--------
nvme-discover(1)
nvme-connect(1)
https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json
https://github.com/linux-nvme/nvme-cli/blob/master/libnvme/doc/config-schema.json

AUTHORS
-------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/nvme-connect-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ OPTIONS
default @SYSCONFDIR@/nvme/config.json file or 'none' to not read in
an existing configuration file. The JSON configuration file
format is documented in
https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json
https://github.com/linux-nvme/nvme-cli/blob/master/libnvme/doc/config-schema.json

-k <#>::
--keep-alive-tmo=<#>::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/nvme-connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ OPTIONS
default @SYSCONFDIR@/nvme/config.json file or 'none' to not read in
an existing configuration file. The JSON configuration file
format is documented in
https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json
https://github.com/linux-nvme/nvme-cli/blob/master/libnvme/doc/config-schema.json

-S <secret>::
--dhchap-secret=<secret>::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/nvme-discover.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ OPTIONS
default @SYSCONFDIR@/nvme/config.json file or 'none' to not read in
an existing configuration file. The JSON configuration file
format is documented in
https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json
https://github.com/linux-nvme/nvme-cli/blob/master/libnvme/doc/config-schema.json

-k <#>::
--keep-alive-tmo=<#>::
Expand Down
6 changes: 2 additions & 4 deletions libnvme/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# libnvme

![MesonBuild](https://github.com/linux-nvme/libnvme/actions/workflows/build.yml/badge.svg)
![PyBuild](https://github.com/linux-nvme/libnvme/actions/workflows/release-python.yml/badge.svg)
![PyBuild](https://github.com/linux-nvme/nvme-cli/actions/workflows/release-python.yml/badge.svg)
[![PyPI](https://img.shields.io/pypi/v/libnvme)](https://pypi.org/project/libnvme/)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/libnvme)](https://pypi.org/project/libnvme/)
![GitHub](https://img.shields.io/github/license/linux-nvme/libnvme)
[![codecov](https://codecov.io/gh/linux-nvme/libnvme/branch/master/graph/badge.svg)](https://codecov.io/gh/linux-nvme/libnvme)
[![codecov](https://codecov.io/gh/linux-nvme/nvme-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/linux-nvme/nvme-cli)
[![Read the Docs](https://img.shields.io/readthedocs/libnvme)](https://libnvme.readthedocs.io/en/latest/)

This is the libnvme development C library. libnvme provides type
Expand Down
2 changes: 1 addition & 1 deletion libnvme/doc/config-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/linux-nvme/libnvme/doc/config-schema.json",
"$id": "https://github.com/linux-nvme/nvme-cli/libnvme/doc/config-schema.json",

Check failure on line 3 in libnvme/doc/config-schema.json

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: It's generally not useful to have the filename in the file
"title": "config.json",
"description": "libnvme JSON configuration",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion libnvme/doc/config-schema.json.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/linux-nvme/libnvme/doc/config-schema.json",
"$id": "https://github.com/linux-nvme/nvme-cli/libnvme/doc/config-schema.json",
"title": "config.json",
"description": "libnvme JSON configuration",
"type": "object",
Expand Down
Loading