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/06/20 21:36:25 UTC

[08/17] incubator-mynewt-site git commit: fix doc links

fix doc links


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

Branch: refs/heads/master
Commit: 85c188b2ebe579b2511682328a8d0cdc3826bc1c
Parents: 442f235
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Thu Jun 16 18:45:27 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Thu Jun 16 18:45:27 2016 -0700

----------------------------------------------------------------------
 docs/download.md    | 24 +++++++++++-------------
 docs/quick-start.md |  7 +++----
 2 files changed, 14 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/85c188b2/docs/download.md
----------------------------------------------------------------------
diff --git a/docs/download.md b/docs/download.md
index e9e4c97..c6426cd 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -1,15 +1,15 @@
-### Latest Apache Mynewt OS Release 
+### Latest Apache Mynewt OS Release
 
 * Release Version: Mynewt 0.8.0-incubating
 * Release Date: May 5, 2016
-* [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-incubating) 
+* [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-incubating)
 
 
-#### Fresh install 
+#### Fresh install
 
-If you are brand new to Mynewt, go to [Quick Start](http://127.0.0.1:8000/os/get_started/get_started/). The Newt tool will automatically download the latest release.
+If you are brand new to Mynewt, go to [Quick Start](../os/get_started/get_started/). The Newt tool will automatically download the latest release.
 
-If you have already installed the Newt tool but not started any project yet, go to [Create Your First Project](http://mynewt.apache.org/os/get_started/project_create/). The Newt tool will automatically download the latest release.
+If you have already installed the Newt tool but not started any project yet, go to [Create Your First Project](../os/get_started/project_create/). The Newt tool will automatically download the latest release.
 
 #### Upgrade
 
@@ -19,11 +19,11 @@ If you have already installed the Newt tool and started a project that installed
 $ newt upgrade
 ```
 
-### Code in development 
+### Code in development
 
-While the use of one of the official releases listed above is generally recommended, you may be interested in seeing work in progress. 
+While the use of one of the official releases listed above is generally recommended, you may be interested in seeing work in progress.
 
-The most recent code resides in the `develop` branch of the Mynewt git repository. You may view or fork the repositories for Mynewt OS and Newt Tool from the Apache mirror on github.com. 
+The most recent code resides in the `develop` branch of the Mynewt git repository. You may view or fork the repositories for Mynewt OS and Newt Tool from the Apache mirror on github.com.
 
 * [Apache Mynewt OS mirror on github.com](https://github.com/apache/incubator-mynewt-core/tree/develop)
 * [Apache Newt Tool mirror on github.com](https://github.com/apache/incubator-mynewt-newt/tree/develop)
@@ -41,21 +41,19 @@ A relatively stable version of code in progress can be found in the `master` bra
 You may access the code for Mynewt OS and Newt Tool from the 'master` branch of the Apache mirror on github.com or clone it using git:
 
 ```
-$ git clone git://github.com/apache/incubator-mynewt-core.git 
+$ git clone git://github.com/apache/incubator-mynewt-core.git
 $ git clone git://github.com/apache/incubator-mynewt-newt.git
 ```
 
 <br>
- 
+
 For general information on using Git at Apache, go to https://git-wip-us.apache.org.
 
 <br>
 
-### Release Archives 
+### Release Archives
 
 * Mynewt 0.8.0-b2-incubating, [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-b2-incubating)
 
 <br>
 <br>
-
-

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/85c188b2/docs/quick-start.md
----------------------------------------------------------------------
diff --git a/docs/quick-start.md b/docs/quick-start.md
index a6aad98..5d99e4b 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -1,6 +1,6 @@
 ### Get set
 
-Apache Mynewt currently offers two ways to quickly get set up, each appealing to different personal preferences and levels of familiarity with embedded systems. 
+Apache Mynewt currently offers two ways to quickly get set up, each appealing to different personal preferences and levels of familiarity with embedded systems.
 
 <br>
 
@@ -12,11 +12,11 @@ Apache Mynewt currently offers two ways to quickly get set up, each appealing to
 
 ### Go!
 
-Start a new project as explained under [Create Your First Project](../os/get_started/project_create/). The core Mynewt OS is automatically downloaded as part of the project installation. 
+Start a new project as explained under [Create Your First Project](../os/get_started/project_create/). The core Mynewt OS is automatically downloaded as part of the project installation.
 
 <br>
 
-* When you [Create Your First Project](../os/get_started/project_create/) you define a simulated target and run Project Blinky, the Hello World equivalent in the embedded world. 
+* When you [Create Your First Project](../os/get_started/project_create/) you define a simulated target and run Project Blinky, the Hello World equivalent in the embedded world.
 
 * If you have one of the supported [boards](../), you can make real LEDs blink in [Project Blinky](../os/tutorials/arduino_zero/). Simply choose the appropriate tutorial for the board and proceed.
 
@@ -27,4 +27,3 @@ Start a new project as explained under [Create Your First Project](../os/get_sta
 Explore the [Tutorials](../os/tutorials/tutorials/) section for other interesting projects or simply to learn more about Mynewt's capabilities and get familiar with its use.
 
 <br>
-