Skip to content

Commit 6d9dd5f

Browse files
authored
Fix 404 in node-graph README. (#1480)
(defaulting to `master` instead of this dead branch?)
1 parent 82908f8 commit 6d9dd5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub struct DocumentNode {
2121
pub path: Option<Vec<NodeId>>,
2222
}
2323
```
24-
(Explanatory comments omitted; the actual definition is currently found in [`node-graph/graph-craft/src/document.rs`](https://github.com/GraphiteEditor/Graphite/blob/improve-node-docs/node-graph/graph-craft/src/document.rs))
24+
(Explanatory comments omitted; the actual definition is currently found in [`node-graph/graph-craft/src/document.rs`](https://github.com/GraphiteEditor/Graphite/blob/master/node-graph/graph-craft/src/document.rs))
2525

2626
Each `DocumentNode` is of a particular type, for example the "Opacity" node type. You can define your own type of document node in `editor/src/messages/portfolio/document/node_graph/node_graph_message_handler/document_node_types.rs`. A sample document node type definition for the opacity node is shown:
2727

0 commit comments

Comments
 (0)