Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedrano committed Sep 14, 2024
1 parent 7596b20 commit a91ea2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Run Tests
run: cargo nextest run --all-features
- name: Run Doc Tests
run: cargo test --doc
run: cargo doc && cargo test --doc
2 changes: 1 addition & 1 deletion src/client/callbacks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub trait NotificationHandler: Send {
/// pipe so that the rest of the application knows that the JACK client thread has shut down.
///
/// # Safety
/// See https://man7.org/linux/man-pages/man7/signal-safety.7.html for details about
/// See <https://man7.org/linux/man-pages/man7/signal-safety.7.html> for details about
/// what is legal in an async-signal-safe callback.
unsafe fn shutdown(&mut self, _status: ClientStatus, _reason: &str) {}

Expand Down

0 comments on commit a91ea2e

Please sign in to comment.