updated the direct urls to examples in their appropriate readme

This commit is contained in:
Ramya Thulasingam
2015-08-31 11:09:58 -07:00
parent 68448e42e7
commit 2023750147
2 changed files with 3 additions and 3 deletions

View File

@@ -18,9 +18,8 @@ $ python -m SimpleHTTPServer 8080
You can then visit the example in the browser of your choice at [http://127.0.0.1:8080/](http://127.0.0.1:8080/).
If you have downloaded the entire repository visit the examples at
[http://127.0.0.1:8080/examples/commentsBox/](http://127.0.0.1:8080/examples/commentsBox/),
[http://127.0.0.1:8080/examples/todoApp/](http://127.0.0.1:8080/examples/todoApp/)
If you have downloaded the entire repository visit the example at [http://127.0.0.1:8080/examples/commentsBox/](http://127.0.0.1:8080/examples/commentsBox/)
## Description

View File

@@ -16,6 +16,7 @@ $ python -m SimpleHTTPServer 8080
You can then visit the example in the browser of your choice at [http://127.0.0.1:8080/](http://127.0.0.1:8080/).
If you have downloaded the entire repository visit the example at [http://127.0.0.1:8080/examples/todoApp/](http://127.0.0.1:8080/examples/todoApp/)
## Description