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:02 UTC

[17/19] incubator-mynewt-site git commit: Fixed security sub-page link in mkdocs.yml

Fixed security sub-page link 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/2c68c2d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/2c68c2d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/2c68c2d3

Branch: refs/heads/master
Commit: 2c68c2d334d5d54fb42ef2e374392b2538edfa2a
Parents: ff60aac
Author: aditihilbert <ad...@runtime.io>
Authored: Mon Nov 14 16:03:10 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Mon Nov 14 16:03:10 2016 -0800

----------------------------------------------------------------------
 custom-theme/landing.html | 2 +-
 mkdocs.yml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2c68c2d3/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index af58d5b..bd6e862 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -38,7 +38,7 @@
               <li>Device identity for secure provisioning  </li>
               <li>Authenticated, authorized, and encrypted data transfers  </li>
               <li>Abstracted interface to leverage hardware security </li>
-              <li> <a href="/pages/securitybullets/">More on Mynewt OS security...</a> </li>
+              <li> <a href="pages/securitybullets/">More on Mynewt OS security...</a> </li>
             </ul>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2c68c2d3/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index a7fdbee..8370943 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/configurability.md' 
+    - Security Lifecycle: 'pages/securitybullets.md' 
 - Quick Start: 'quick-start.md'
 - About: 'about.md'
 - Talks: 'talks.md'