Skip to content

Commit

Permalink
Documentation: Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 8, 2023
1 parent 66e4e2a commit 4df4732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ A `Node` object is an audio processing unit that performs one single function. F
- A Node's status and output can be examined by querying its [properties](properties.md)
- Some Nodes generate unpredictable [stochastic output](stochastic.md), which can be controlled via its internal random number generator
- Details of how to create a new Node type are detailed in [Developing a new Node class](developing.md)
- For an overview of every type of Node available in SignalFlow, see the [Node Reference Library](library.md)

For an overview of every type of Node available in SignalFlow, see the [Node Reference Library](../library/index.md)

---

Expand Down
2 changes: 1 addition & 1 deletion docs/node/stochastic.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Note the identical sequences generated after repeatedly setting the seed to a kn

---

[→ Next: Node reference library](library.md)
[→ Next: Node reference library](../library/index.md)

0 comments on commit 4df4732

Please sign in to comment.