Skip to content

Commit

Permalink
attempt relative link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Aug 25, 2013
1 parent 1983eff commit 752bb32
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,15 @@ console.log(g2.nodes());
console.log(g2.edges());
```
There are a number of other functions for doing queries on `Graph` objects.
Please see `graphlib.js` which includes documentation for each of the
Please see `lib/Graph.js` which includes documentation for each of the
functions.

# API

[API documentation](./blob/master/api.md)

##

# License

Graphlib is licensed under the terms of the MIT License. See the LICENSE file
Expand Down

0 comments on commit 752bb32

Please sign in to comment.