fixed broken links to repo tutorials

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

Branch: refs/heads/asf-site
Commit: 98ebdde9529ee1915d5e3ca50c82f2800c0e2e1c
Parents: 22b7d02
Author: aditihilbert <[email protected]>
Authored: Sat May 28 17:23:00 2016 -0700
Committer: aditihilbert <[email protected]>
Committed: Sat May 28 17:23:00 2016 -0700

----------------------------------------------------------------------
 network/ble/nimble_setup/index.html    | 2 +-
 os/tutorials/event_queue/index.html    | 2 +-
 os/tutorials/repo/add_repos/index.html | 2 +-
 os/tutorials/tutorials/index.html      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/98ebdde9/network/ble/nimble_setup/index.html
----------------------------------------------------------------------
diff --git a/network/ble/nimble_setup/index.html 
b/network/ble/nimble_setup/index.html
index becce97..99bd114 100644
--- a/network/ble/nimble_setup/index.html
+++ b/network/ble/nimble_setup/index.html
@@ -337,7 +337,7 @@
 <p>This tutorial explains how to set up an application using the NimBLE stack. 
The end result will be a framework that you can use to create your own BLE 
application using the nimble stack.</p>
 <p>This tutorial assumes that you have already installed the newt tool and are 
familiar with its concepts.</p>
 <h3 id="create-the-application-directory">Create the application directory</h3>
-<p>You start by creating a project space for your own application work using 
the Newt tool (<code>my_proj1</code> in this example) and installing all the 
additional apps and libraries available by adding the repo 
<code>apache-mynewt-core</code>. See the tutorial on <a 
href="../../os/tutorials/add_repos.md">adding a repo</a> for more on working 
with repos.</p>
+<p>You start by creating a project space for your own application work using 
the Newt tool (<code>my_proj1</code> in this example) and installing all the 
additional apps and libraries available by adding the repo 
<code>apache-mynewt-core</code>. See the tutorial on <a 
href="../../../os/tutorials/repo/add_repos/">adding a repo</a> for more on 
working with repos.</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">~/dev$ newt new my_proj1
 Downloading project skeleton from apache/incubator-mynewt-blinky...
 Installing skeleton in my_proj1...

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/98ebdde9/os/tutorials/event_queue/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/event_queue/index.html 
b/os/tutorials/event_queue/index.html
index 0b78389..2cc180f 100644
--- a/os/tutorials/event_queue/index.html
+++ b/os/tutorials/event_queue/index.html
@@ -399,7 +399,7 @@
 <p>You will  use inputs from 3 sources to toggle 3 GPIO outputs on my 
STM32F3discovery board.</p>
 <p><br></p>
 <h4 id="create-project">Create project</h4>
-<p>You start by creating a project and populating it with repositories 
incubator-mynewt-core and mynewt_stm32f3. See <a href="../STM32F303/">STM32F3 
tutorial</a> if you need help with this. You can also read the tutorial on <a 
href="add_repos.md">Additional Repositories</a> for a more thorough 
understanding. </p>
+<p>You start by creating a project and populating it with repositories 
incubator-mynewt-core and mynewt_stm32f3. See <a href="../STM32F303/">STM32F3 
tutorial</a> if you need help with this. You can also read the tutorial on <a 
href="../repo/add_repos/">Additional Repositories</a> for a more thorough 
understanding. </p>
 <p><br> </p>
 <h4 id="create-application">Create application</h4>
 <p>Here's what the pkg.yml looks for the application.</p>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/98ebdde9/os/tutorials/repo/add_repos/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/repo/add_repos/index.html 
b/os/tutorials/repo/add_repos/index.html
index 99a16de..10672b8 100644
--- a/os/tutorials/repo/add_repos/index.html
+++ b/os/tutorials/repo/add_repos/index.html
@@ -413,7 +413,7 @@
 <p>A repository is a version-ed Mynewt project, which is a collection of 
Mynewt packages organized in a specific way for redistribution.  </p>
 <p>What differentiates a repository from a Mynewt project is the presence of a
 <code>repository.yml</code> file describing the repository. This will be 
described 
-below. For a basic understanding of repositories you may read the <a 
href="../../newt/newt_intro.md">Newt Tool Manual</a> and <a 
href="../create_repo/">How to create repos</a>.</p>
+below. For a basic understanding of repositories you may read the <a 
href="../../../../newt/newt_intro/">Newt Tool Manual</a> and <a 
href="../create_repo/">How to create repos</a>.</p>
 <p><strong>Note:</strong> For the remainder of this document we'll use the 
term repo as shorthand for a Mynewt repository.</p>
 <p>Repos are useful because they are an organized way for the community to 
share Mynewt packages and projects.  In fact, the Mynewt-core is distributed as 
a repo.</p>
 <p><br></p>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/98ebdde9/os/tutorials/tutorials/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/tutorials/index.html 
b/os/tutorials/tutorials/index.html
index 5fc08cf..c5c4210 100644
--- a/os/tutorials/tutorials/index.html
+++ b/os/tutorials/tutorials/index.html
@@ -409,7 +409,7 @@
 <li>
 <p>Navigating the code and adding functionality  </p>
 <ul>
-<li><a href="add_repos.md">Adding more repositories to your project</a></li>
+<li><a href="../repo/add_repos/">Adding more repositories to your 
project</a></li>
 <li><a href="../unit_test/">Adding a unit test for a package</a></li>
 <li><a href="../event_queue/">Adding task to manage multiple events</a></li>
 </ul>

Reply via email to