Skip to content

Commit

Permalink
Fix doc anchor in docs (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Feb 5, 2024
1 parent 54966c4 commit f37e68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute/addnode.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ node_id: node ID of the NewNodeType node
end
```

Here `Static` refers to data that does not change over time. For naming conventions of these schemas see [Node usage](../core/usage.qmd#node).
Here `Static` refers to data that does not change over time. For naming conventions of these schemas see [Node usage](../core/usage.qmd#sec-node).

`validation.jl` also deals with checking and applying a specific sorting order for the tabular data (default is sorting by node ID only), see `sort_by_function` and `sorted_table!`.

Expand Down

0 comments on commit f37e68d

Please sign in to comment.