Skip to content

Commit

Permalink
Merge pull request #29 from escalona/fix-doc-links
Browse files Browse the repository at this point in the history
Fix links in API docs
  • Loading branch information
Vijar committed Jun 10, 2015
2 parents 6eb2414 + c2d0cee commit 3c96a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fluxible-plugin-fetchr.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ pluginInstance.getXhrPath(); // returns '/api'

### registerService(service)

[register a service](#Registering Your Services) with fetchr. For server side only.
[register a service](../README.md#registering-your-services) with fetchr. For server side only.

### getMiddleware

getter for fetchr's express/connect middleware. For server side only. See [usage](#Exposing Your Services)
getter for fetchr's express/connect middleware. For server side only. See [usage](../README.md#exposing-your-services)

## actionContext Methods

Expand Down

0 comments on commit 3c96a2d

Please sign in to comment.