Skip to content

Commit

Permalink
Fix rustdoc links (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko authored Sep 11, 2024
1 parent 92eec5b commit b06b1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knyst/src/gen/dynamics.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//! [`Gen`]s for dynamics e.g. compressors and limiters
//! [`Gen`](super::Gen)s for dynamics e.g. compressors and limiters
pub mod randja_compressor;
2 changes: 1 addition & 1 deletion knyst/src/modal_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! are completely separated from each other. The current sphere and active graph within a sphere is set on a thread by thread basis
//! using thread locals. Most Knyst programs only need one sphere.
//!
//! Interaction with Knyst is done through the [`knyst`] function which will return an object that implements [`KnystCommands`].
//! Interaction with Knyst is done through the [`knyst`](crate) function which will return an object that implements [`KnystCommands`].
//! The implementation depends on the platform.
//!
//! The purpose of this architecture is to allow for a highly ergonomic and concise way of interacting with the graph(s),
Expand Down

0 comments on commit b06b1b3

Please sign in to comment.