Skip to content

Commit 19da65b

Browse files
committed
[Documentation] fix links on readme
1 parent 228f871 commit 19da65b

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ An [Ember CLI] Addon… a lightweight solution for data persistence in an [Ember
44
application following the [JSON API] 1.0 specification (your anti-bikeshedding
55
weapon for API development).
66

7-
See [ember-jsonapi-resources.com](http://ember-jsonapi-resources.com)
7+
See [ember-jsonapi-resources.com]
88

99
* [API Docs][generated docs]
10-
* [Example App](https://github.com/pixelhandler/jr-test)
11-
* [Wiki Guide](https://github.com/pixelhandler/ember-jsonapi-resources/wiki)
10+
* [Example App]
11+
* [Wiki Guide]
1212

1313
[![Build Status](https://travis-ci.org/pixelhandler/ember-jsonapi-resources.svg?branch=master)](https://travis-ci.org/pixelhandler/ember-jsonapi-resources)
1414
[![Ember Observer Score](http://emberobserver.com/badges/ember-jsonapi-resources.svg)](http://emberobserver.com/addons/ember-jsonapi-resources)
@@ -29,7 +29,7 @@ Clone the repo, install the dependencies:
2929

3030
To run the app in /tests/dummy use a proxy url for a live API
3131

32-
* `ember server --proxy http://api.pixelhandler.com`
32+
* `ember server`, an http-proxy is setup to use (dev) localhost:3000 or (prod) api.pixelhandler.com
3333
* Visit <http://localhost:4200>.
3434

3535
### Running Tests
@@ -46,10 +46,7 @@ see source code for the unit tests: [tests/unit](tests/unit).
4646

4747
* `ember build`
4848

49-
For more information on using ember-cli, visit [http://www.ember-cli.com/]
50-
51-
[http://www.ember-cli.com/]: http://www.ember-cli.com/
52-
49+
For more information on using ember-cli, visit [http://www.ember-cli.com/][Ember CLI]
5350

5451
## Documentation
5552

@@ -65,5 +62,11 @@ To generate docs for the gh-pages branch:
6562

6663
* `yuidoc ./addon/* -c yuidoc.json`
6764

65+
[Ember CLI]: http://www.ember-cli.com/
66+
[Ember.js]: http://emberjs.com
67+
[ember-jsonapi-resources.com]: http://ember-jsonapi-resources.com
68+
[Example App]: https://github.com/pixelhandler/jr-test
6869
[generated docs]: http://pixelhandler.github.io/ember-jsonapi-resources/docs
70+
[JSON API]: http://jsonapi.org
71+
[Wiki Guide]: https://github.com/pixelhandler/ember-jsonapi-resources/wiki
6972
[yuidoc]: https://github.com/yui/yuidoc

0 commit comments

Comments
 (0)