Skip to content

Commit 1ccbd31

Browse files
committed
Fix links again
1 parent 944e0e5 commit 1ccbd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The main advantages are:
4646
- ... and you can actually also visually draw the graphs themselves using GUIs
4747
on the top of Robograph.
4848

49-
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
49+
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
5050
the fact that we can only represent synchronous coding tasks with it.
5151

5252

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

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

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

0 commit comments

Comments
 (0)