From 36e25357ed75301258d71cced0380225bfa26aa5 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 1 Feb 2024 16:08:48 +0200 Subject: [PATCH] doc: Fix config-schema.json's URL The old URL returns 404. Signed-off-by: Felix Yan --- Documentation/nvme-config.txt | 4 ++-- Documentation/nvme-connect-all.txt | 2 +- Documentation/nvme-connect.txt | 2 +- Documentation/nvme-discover.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/nvme-config.txt b/Documentation/nvme-config.txt index aea6f6adcb..8a66644754 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 f4c6cd1566..4cd1873426 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 0decfe860f..583aaf9b91 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 9603fa7d9c..1069d3cea1 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=<#>::