From 58a6db6183b5838930441199c8e630d13b7ccedb Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 1 Jul 2016 17:50:40 -0700 Subject: [PATCH] Fix link to cli readme. (#235) --- examples/apps/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/apps/cli/README.md b/examples/apps/cli/README.md index dab482989..ed17fe783 100644 --- a/examples/apps/cli/README.md +++ b/examples/apps/cli/README.md @@ -84,4 +84,4 @@ Done You may note that the example above did not include any network parameter configuration, such as the IEEE 802.15.4 PAN ID or the Thread Master Key. OpenThread currently implements default values for network parameters, however, you may use the CLI to change network parameters, other configurations, and perform other operations. -See the [OpenThread CLI Reference README.md](../../../../src/cli/README.md) to explore more. +See the [OpenThread CLI Reference README.md](../../../src/cli/README.md) to explore more.