diff --git a/src/bin/dual-iir.rs b/src/bin/dual-iir.rs index fa28ebb4a..ea566e149 100644 --- a/src/bin/dual-iir.rs +++ b/src/bin/dual-iir.rs @@ -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] diff --git a/src/bin/lockin.rs b/src/bin/lockin.rs index 75cef184a..3ddecd7cc 100644 --- a/src/bin/lockin.rs +++ b/src/bin/lockin.rs @@ -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]