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 19:34:36 UTC

[28/40] incubator-mynewt-site git commit: Fixed relative path to primo blinky tutorial in port_bsp.md file

Fixed relative path to primo blinky tutorial in port_bsp.md file


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

Branch: refs/heads/master
Commit: c4f4b182c8be5e58e5a0d16e3498470446804df8
Parents: da24183
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Nov 11 16:50:02 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Nov 11 16:50:02 2016 -0800

----------------------------------------------------------------------
 docs/os/core_os/porting/port_bsp.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c4f4b182/docs/os/core_os/porting/port_bsp.md
----------------------------------------------------------------------
diff --git a/docs/os/core_os/porting/port_bsp.md b/docs/os/core_os/porting/port_bsp.md
index 638ecb9..4265c58 100644
--- a/docs/os/core_os/porting/port_bsp.md
+++ b/docs/os/core_os/porting/port_bsp.md
@@ -38,7 +38,7 @@ Create a newt target for your test project for the BSP. To learn how to create a
 see this **howto** [Tutorial](../../get_started/project_create). Once you are familiar 
 with creating targets, move on below to create a target to use to test your BSP.
 
-It is recommended that you use a simple project like [blinky](../tutorials/blinky_primo.md) to minimize the time 
+It is recommended that you use a simple project like [blinky](../../tutorials/blinky_primo.md) to minimize the time 
 to get a working Mynewt system.  For this document, we will assume the *target* is called *myboard_blinky* 
 and uses project *blinky*.