Fixing chapter callout errors

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

Branch: refs/heads/asf-site
Commit: 71e3922cc1356da20e25fa58aaf8d5e8f3a76a23
Parents: 8aced2b
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Dec 18 11:22:09 2015 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Dec 18 11:22:09 2015 -0800

----------------------------------------------------------------------
 docs/get_acclimated/vocabulary.md | 8 ++++----
 docs/index.md                     | 4 ++--
 docs/newt/newt_ops.md             | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/71e3922c/docs/get_acclimated/vocabulary.md
----------------------------------------------------------------------
diff --git a/docs/get_acclimated/vocabulary.md 
b/docs/get_acclimated/vocabulary.md
index 5e6b792..d80384b 100644
--- a/docs/get_acclimated/vocabulary.md
+++ b/docs/get_acclimated/vocabulary.md
@@ -19,7 +19,7 @@ larva
                 |- nrf52pdk (Nordic nRF52 series chip)
                         |- egg.yml
                         |- ...
-                |- olimex_stm32-e407_devboard (used in chapter1 project)
+                |- olimex_stm32-e407_devboard (used in Project Blinky)
                         |- egg.yml
                         |- ...
                 |- stm32f3discovery (another board with stm32f3 mcu)
@@ -78,13 +78,13 @@ The newt tool offers the `nest` command to create and 
manage nests. In general,
     newt nest [flags]
     newt nest [child-commands] 
 
-A complete list of all the nest commands can be found in the newt tool 
reference in [Chapter 3](../chapter3/newt_tool_reference.md).
+A complete list of all the nest commands can be found in the newt tool 
reference in [Newt Tool](../newt/newt_tool_reference.md).
 
 ### Project
 
 Projects represent the individual build configurations of your embedded system 
and essentially defines your application. The project files are what dictate 
the resulting binary that is generated. 
 
-Layout-wise, a project is a directory inside a nest and contains eggs required 
for a certain application. For example, the `blinky` egg sits in 
`project/blinky` directory of the `larva` nest. This egg is used in the blinky 
project (application) outlined in [Chapter 1](../chapter1/project1.md). <*Note: 
This Will Change*>
+Layout-wise, a project is a directory inside a nest and contains eggs required 
for a certain application. For example, the `blinky` egg sits in 
`project/blinky` directory of the `larva` nest. This egg is used in the blinky 
project (application) outlined in [Get Started](../get_started/project1.md). 
<*Note: This Will Change*>
 
 A project has the following concepts or properties associated with it. You can 
find them in the `<project-name>.yml` file in the project directory. For 
example, the `project/blinky` directory has the `blinky.yml` file indicating 
some or all of the properties below. Only the name of a project is required for 
the project to exist, however additional properties may need to be specified 
for the eggs in it to compile properly and produce an executable. 
 
@@ -117,7 +117,7 @@ outputs all the eggs in the current nest where each egg has 
details on its versi
     path: /Users/aditihilbert/dev/test_project/libs/os
     deps: libs/testutil@none#stable 
 
-A complete list of all the egg commands can be found in the newt tool 
reference in [Chapter 3](../chapter3/newt_tool_reference.md).
+A complete list of all the egg commands can be found in the newt tool 
reference in [Newt Tool](../newt/newt_tool_reference.md).
 
 ### Clutch
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/71e3922c/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index b4974bf..92bcae6 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,4 @@
-#![ASF Incubator Project](images/egg-logo.png)
+[ASF Incubator Project](images/egg-logo.png)
 ---
 
 ## Objective of Mynewt 
@@ -88,7 +88,7 @@ To edit content in a Markdown file and be able to see how the 
changes look you m
 * [Mou](http://25.io/mou/) for Mac
 * [Something like 
Mou](http://alternativeto.net/software/mou/?platform=windows) for Windows
 
-Click on the tutorial [How to edit docs](chapter1/how_to_edit_docs.md) under 
"Get Started" to learn how to edit a sample file 
[try_markdown.md](chapter1/try_markdown.md) on Mynewt's documentation git 
repository.
+Click on the tutorial [How to edit docs](get_started/how_to_edit_docs.md) 
under "Get Started" to learn how to edit a sample file 
[try_markdown.md](get_started/try_markdown.md) on Mynewt's documentation git 
repository.
 
 The static html content is generated and maintained in the asf-site branch in 
the documentation repository. Currently, the static html files are generated 
manually once a day. This will be automated in the future.
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/71e3922c/docs/newt/newt_ops.md
----------------------------------------------------------------------
diff --git a/docs/newt/newt_ops.md b/docs/newt/newt_ops.md
index 39171d0..b4dc2c8 100644
--- a/docs/newt/newt_ops.md
+++ b/docs/newt/newt_ops.md
@@ -12,7 +12,7 @@ A command may additionally take flags specific to it. For 
example, the `-b ` fla
 
     newt egg install -b <branchname> <eggname>
 
-In addition to the newt tool [reference](../chapter3/newt_tool_reference.md) 
in this documentation set, command-line help is available for each command (and 
child command). Simply use the flag `-h` or `--help` as shown below:
+In addition to the newt tool [reference](../newt/newt_tool_reference.md) in 
this documentation set, command-line help is available for each command (and 
child command). Simply use the flag `-h` or `--help` as shown below:
 
     $ newt target export --help
     Export build targets from the current nest, and print them to 

Reply via email to