From aa1fa4449fe27eb6cc92d629c44a5b03490e4208 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Mon, 27 Oct 2014 15:10:46 -0700 Subject: [PATCH] Fix link to command line on sidebar --- docs/client/basic/toc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/basic/toc.js b/docs/client/basic/toc.js index 2eec546c7f..75c5cf1b31 100644 --- a/docs/client/basic/toc.js +++ b/docs/client/basic/toc.js @@ -31,7 +31,7 @@ var sections = [ id: "learning-resources" }), section("Command Line Tool", { - id: "cli-tools" + id: "command-line" }), section("File Structure", { id: "file-structure"