You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/11/15 01:21:01 UTC

[16/19] incubator-mynewt-site git commit: Fix mkdocs.yml to correctly show links to sub-pages

Fix mkdocs.yml to correctly show links to sub-pages


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/ff60aac0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ff60aac0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ff60aac0

Branch: refs/heads/master
Commit: ff60aac049e85aedf06b86573f7e2e436d8f68f3
Parents: ad43e92
Author: aditihilbert <ad...@runtime.io>
Authored: Mon Nov 14 15:55:18 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Mon Nov 14 15:55:18 2016 -0800

----------------------------------------------------------------------
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ff60aac0/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index f257fb1..a7fdbee 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -7,7 +7,7 @@ pages:
 - Home: 'index.md'
 - Pages:
     - Bluetooth Low Energy 4.2: 'pages/ble.md'
-    - Newt build and configuration Tool: 'pages/securitybullets.md' 
+    - Newt build and configuration Tool: 'pages/configurability.md' 
 - Quick Start: 'quick-start.md'
 - About: 'about.md'
 - Talks: 'talks.md'