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/29 02:17:19 UTC

[6/7] incubator-mynewt-site git commit: Updated link to serial tutorial

Updated link to serial tutorial


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

Branch: refs/heads/develop
Commit: 6437b397867020ec5368001de02b22bc3dce9324
Parents: a6d720d
Author: David G. Simmons <sa...@mac.com>
Authored: Mon Nov 28 11:31:41 2016 -0500
Committer: David G. Simmons <sa...@mac.com>
Committed: Mon Nov 28 11:31:41 2016 -0500

----------------------------------------------------------------------
 docs/os/tutorials/add_shell.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/6437b397/docs/os/tutorials/add_shell.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/add_shell.md b/docs/os/tutorials/add_shell.md
index a5b0e91..f3739b5 100644
--- a/docs/os/tutorials/add_shell.md
+++ b/docs/os/tutorials/add_shell.md
@@ -102,7 +102,7 @@ $ newt load myble
 
 ### Set up Serial connection
 
-You'll need a Serial connection to see the output of your program. You can see the instructions in the [Tasks and Priority Management](tasks_lesson.md) 
+You'll need a Serial connection to see the output of your program. You can reference the [Serial Port Setup](../get_started/serial_access.md) 
 Tutorial for more information on setting up your serial communications.
 
 <br>