Skip to content

Commit

Permalink
Fix links again
Browse files Browse the repository at this point in the history
  • Loading branch information
csparpa committed Jul 13, 2016
1 parent 944e0e5 commit 1ccbd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The main advantages are:
- ... and you can actually also visually draw the graphs themselves using GUIs
on the top of Robograph.

Of course using graphs to model problems also poses [a few limitations](https://github.com/csparpa/robograph/tree/master/docs/graph-abstractions.md), above all
Of course using graphs to model problems also poses [a few limitations](https://github.com/csparpa/robograph/blob/master/docs/graph-abstraction.md), above all
the fact that we can only represent synchronous coding tasks with it.


Expand Down Expand Up @@ -154,7 +154,7 @@ plotter.save_plot(g, 'graph.png') # save it to file 'graph.png'
Extending Robograph and creating new custom nodes is easy: you only need to
subclass the `datamodel.base.node.Node` class and comply with its contract.

[Full details in the docs](https://github.com/csparpa/robograph/tree/master/docs/creating-custom-nodes.md)
[Full details in the docs](https://github.com/csparpa/robograph/blob/master/docs/creating-custom-nodes.md)

Enough to say that each node must expose a list of *requirements* (the named
inputs that we need in order to execute the node) and you must write what
Expand Down

0 comments on commit 1ccbd31

Please sign in to comment.