Fixed mewt typo in mkdocs.yml
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/0dbd887c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/0dbd887c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/0dbd887c Branch: refs/heads/develop Commit: 0dbd887c88144dabac1bf1837ec61895c72ac824 Parents: de74428 Author: aditihilbert <[email protected]> Authored: Mon Jan 2 13:14:39 2017 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Jan 2 13:14:39 2017 -0800 ---------------------------------------------------------------------- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/0dbd887c/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index c880035..24c4bdf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -477,7 +477,7 @@ pages: - toc: 'newt/newt_ops.md' - 'newt build': 'newt/command_list/newt_build.md' - 'newt clean': 'newt/command_list/newt_clean.md' - - 'newt complete': 'mewt/command_list/newt_complete.md' + - 'newt complete': 'newt/command_list/newt_complete.md' - 'newt create-image': 'newt/command_list/newt_create_image.md' - 'newt debug': 'newt/command_list/newt_debug.md' - 'newt help': 'newt/command_list/newt_help.md'
