From 013471a121c2083510344b361f8259ce0333d6bf Mon Sep 17 00:00:00 2001 From: wenzhong wu Date: Thu, 20 Apr 2017 04:01:22 +0800 Subject: [PATCH] nvme/fio_plugin: Modify the fio repo address in README.md Change-Id: I0169bf9ce1b0720bb74057043529a8aac27d36e6 Signed-off-by: wenzhong wu --- examples/nvme/fio_plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nvme/fio_plugin/README.md b/examples/nvme/fio_plugin/README.md index 8f814a23a..e16cd4c13 100644 --- a/examples/nvme/fio_plugin/README.md +++ b/examples/nvme/fio_plugin/README.md @@ -1,9 +1,9 @@ Compiling ---------- -First, clone the fio source repository from http://github.com/axboe/fio +First, clone the fio source repository from https://github.com/axboe/fio - git clone http://github.com/axboe/fio + git clone https://github.com/axboe/fio Then check out the fio 2.18 tag