diff --git a/docs/node/index.md b/docs/node/index.md index b3b1accb..f17abc9e 100644 --- a/docs/node/index.md +++ b/docs/node/index.md @@ -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) --- diff --git a/docs/node/stochastic.md b/docs/node/stochastic.md index 9c12cbb7..839bbca9 100644 --- a/docs/node/stochastic.md +++ b/docs/node/stochastic.md @@ -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)