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/05 04:47:30 UTC

[09/50] incubator-mynewt-site git commit: fix link

fix link


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

Branch: refs/heads/master
Commit: 9ffd55da69f9ff695390297dcde78a9ce41dd9b9
Parents: 536e0da
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Thu Oct 6 16:13:44 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Thu Oct 6 17:08:59 2016 -0700

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/9ffd55da/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 214108f..5295db4 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The Apache MyNewt site is built using [MkDocs](http://www.mkdocs.org/).
 1. Work on the `develop` branch.
 1. Preview your changes using MkDocs.
     * `mkdocs serve`
-    * visit http://localhost:8000
+    * visit [http://localhost:8000](http://localhost:8000)
 1. Submit a pull request.
 
 ## Releasing a versioned set of MyNewt documentation
@@ -33,7 +33,7 @@ When a new release of MyNewt OS and its associated tools occurs, the documentati
 
 ### Test
 1. Run: `./serve.py`
-1. Visit http://localhost:8000
+1. Visit [http://localhost:8000](http://localhost:8000)
 
 ### Deploy
 1. Run: `./deploy.sh`