From 326a0224b2889effbaa98467b0122d084c15c94f Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 27 Sep 2016 11:16:25 -0700 Subject: [PATCH] readme: convert list of features into doc links Change-Id: I01fa93ca51576c5b356fc2193f81e210ef411908 Signed-off-by: Daniel Verkamp --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23892803e..c67928fd4 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ interrupts, which avoids kernel context switches and eliminates interrupt handling overhead. The development kit currently includes: -* NVMe driver -* I/OAT (DMA engine) driver -* NVMe over Fabrics target -* iSCSI target +* [NVMe driver](http://www.spdk.io/spdk/doc/nvme.html) +* [I/OAT (DMA engine) driver](http://www.spdk.io/spdk/doc/ioat.html) +* [NVMe over Fabrics target](http://www.spdk.io/spdk/doc/nvmf.html) +* [iSCSI target](http://www.spdk.io/spdk/doc/iscsi.html) Documentation =============