Repository: incubator-mynewt-site Updated Branches: refs/heads/master a41382f95 -> c3246c74c
Fix 'create project' link in on tutorials page Signed-off-by: Sam Bristow <[email protected]> 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/45da113b Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/45da113b Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/45da113b Branch: refs/heads/master Commit: 45da113b32b1b279b63066d00f95e6a346a7f95e Parents: a41382f Author: Sam Bristow <[email protected]> Authored: Thu May 26 18:22:09 2016 +1200 Committer: Sam Bristow <[email protected]> Committed: Thu May 26 18:22:09 2016 +1200 ---------------------------------------------------------------------- docs/os/tutorials/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/45da113b/docs/os/tutorials/tutorials.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/tutorials.md b/docs/os/tutorials/tutorials.md index 4a684ca..c7f8207 100644 --- a/docs/os/tutorials/tutorials.md +++ b/docs/os/tutorials/tutorials.md @@ -7,7 +7,7 @@ The full list of tutorials can be seen in the navigation bar on the left. New on ###Prerequisites: * You have installed Docker container of Newt tool and toolchains or you have installed them natively on your machine -* You have created a new project space (directory structure) and populated it with the core code repository (apache-mynewt-core) or know how to as explained in ../get_started/project_create. +* You have created a new project space (directory structure) and populated it with the core code repository (apache-mynewt-core) or know how to as explained in [Creating Your First Project](../get_started/project_create). ###Tutorial categories:
