Skip to content

Commit

Permalink
doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Aug 28, 2024
1 parent fe927ca commit 95c768c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bin/dual-iir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
//! application.
//!
//! ## Telemetry
//! Refer to [Telemetry] for information about telemetry reported by this application.
//! Refer to [stabilizer::net::telemetry::Telemetry] for information about telemetry reported by this application.
//!
//! ## Stream
//! This application streams raw ADC and DAC data over UDP. Refer to
//! [stabilizer::net::data_stream](../stabilizer/net/data_stream/index.html) for more information.
//! [stabilizer::net::data_stream] for more information.
#![no_std]
#![no_main]

Expand Down
4 changes: 2 additions & 2 deletions src/bin/lockin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
//! for this application.
//!
//! ## Telemetry
//! Refer to [Telemetry] for information about telemetry reported by this application.
//! Refer to [stabilizer::net::telemetry::Telemetry] for information about telemetry reported by this application.
//!
//! ## Stream
//! This application streams raw ADC and DAC data over UDP. Refer to
//! [stabilizer::net::data_stream](../stabilizer/net/data_stream/index.html) for more information.
//! [stabilizer::net::data_stream] for more information.
#![no_std]
#![no_main]

Expand Down

0 comments on commit 95c768c

Please sign in to comment.