From: Felix Yan Date: Thu, 1 Feb 2024 14:08:48 +0000 (+0200) Subject: doc: Fix config-schema.json's URL X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=36e25357ed75301258d71cced0380225bfa26aa5;p=users%2Fsagi%2Fnvme-cli.git doc: Fix config-schema.json's URL The old URL returns 404. Signed-off-by: Felix Yan --- diff --git a/Documentation/nvme-config.txt b/Documentation/nvme-config.txt index aea6f6ad..8a666447 100644 --- a/Documentation/nvme-config.txt +++ b/Documentation/nvme-config.txt @@ -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/doc/config-schema.json +https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json OPTIONS ------- @@ -202,7 +202,7 @@ SEE ALSO -------- nvme-discover(1) nvme-connect(1) -https://github.com/linux-nvme/libnvme/doc/config-schema.json +https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json AUTHORS ------- diff --git a/Documentation/nvme-connect-all.txt b/Documentation/nvme-connect-all.txt index f4c6cd15..4cd18734 100644 --- a/Documentation/nvme-connect-all.txt +++ b/Documentation/nvme-connect-all.txt @@ -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/doc/config-schema.json + https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json -k <#>:: --keep-alive-tmo=<#>:: diff --git a/Documentation/nvme-connect.txt b/Documentation/nvme-connect.txt index 0decfe86..583aaf9b 100644 --- a/Documentation/nvme-connect.txt +++ b/Documentation/nvme-connect.txt @@ -101,7 +101,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/doc/config-schema.json + https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json -S :: --dhchap-secret=:: diff --git a/Documentation/nvme-discover.txt b/Documentation/nvme-discover.txt index 9603fa7d..1069d3ce 100644 --- a/Documentation/nvme-discover.txt +++ b/Documentation/nvme-discover.txt @@ -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/doc/config-schema.json + https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json -k <#>:: --keep-alive-tmo=<#>::