diff --git a/src/default_loggers.rs b/src/default_loggers.rs index 00f4f7b..d1e15d0 100644 --- a/src/default_loggers.rs +++ b/src/default_loggers.rs @@ -12,7 +12,7 @@ use crate::{compute_entity_path, Aliased, RerunLogger, ToRerun}; /// The default [`RerunLogger`]s that are used if no user-defined logger is specified. /// -/// See [`RerunComponentLoggers`] for more information. +/// See [`crate::RerunComponentLoggers`] for more information. /// /// Public so end users can easily inspect what is configured by default. #[derive(Resource, Deref, DerefMut, Clone, Debug)] diff --git a/src/rerun_logger.rs b/src/rerun_logger.rs index f5b87b6..a46b10c 100644 --- a/src/rerun_logger.rs +++ b/src/rerun_logger.rs @@ -94,7 +94,7 @@ impl RerunLogger { /// Use `None` to prevent the data from being logged entirely. /// /// Don't set anything if you want to let the default logger to take over. -/// See [`DefaultComponentLoggers`] for more information. +/// See [`crate::DefaultRerunComponentLoggers`] for more information. /// /// If no default logger exists, the data will be logged as a [`rerun::TextDocument`]. #[derive(Resource, Deref, DerefMut, Clone)]