From 4f11c593d69c8b861e7db800110a0c8866f4f98b Mon Sep 17 00:00:00 2001 From: "Enming.Zhang" Date: Fri, 19 Oct 2018 06:41:10 -0400 Subject: [PATCH] doc/getting_started: update the nvme example path Change the nvme example path from examples/nvme/identify to examples/nvme/identify/identify in getting_started.md Change-Id: I96fc9390548f2cd04b91af47fba33704cdc9ee5d Signed-off-by: Enming.Zhang Reviewed-on: https://review.gerrithub.io/430046 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris --- doc/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting_started.md b/doc/getting_started.md index 11e40421a..29fbdb551 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -103,7 +103,7 @@ with no arguments to see the help output. If your system has its IOMMU enabled you can run the examples as your regular user. If it doesn't, you'll need to run as a privileged user (root). -A good example to start with is `examples/nvme/identify`, which prints +A good example to start with is `examples/nvme/identify/identify`, which prints out information about all of the NVMe devices on your system. Larger, more fully functional applications are available in the `app`