Skip to content

Commit

Permalink
Fix broken links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Apr 24, 2023
1 parent 808782d commit 4912962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/context/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ pub trait ProcessContext<P: Plugin> {
/// Get information about the current transport position and status.
fn transport(&self) -> &Transport;

/// Returns the next note event, if there is one. Use [`NoteEvent::timing()`] to get the event's
/// timing within the buffer. Only available when
/// Returns the next note event, if there is one. Use
/// [`NoteEvent::timing()`][crate::prelude::NoteEvent::timing()] to get the event's timing
/// within the buffer. Only available when
/// [`Plugin::MIDI_INPUT`][crate::prelude::Plugin::MIDI_INPUT] is set.
///
/// # Usage
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
//! [`nih_plug_xtask`](https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_xtask) for
//! instructions on how to use this within your own project.
//! - It's also possible to export a standalone application from a plugin using the
//! [`nih_export_standalone()`][prelude::nih_export_standalone()] function. Check that function's
//! documentation to learn how to do this. This requires enabling the `standalone` crate feature.
//! [`nih_export_standalone()`] function. Check that function's documentation to learn how to do
//! this. This requires enabling the `standalone` crate feature.
//! - Everything is described in more detail on the [`Plugin`][prelude::Plugin] trait and everything
//! linked from there, but a plugin's general lifecycle involves the following function calls.
//!
Expand Down

0 comments on commit 4912962

Please sign in to comment.