Fix broken doc links
This commit is contained in:
@@ -240,7 +240,7 @@ pub trait CompatSessionRepository: Send + Sync {
|
||||
/// Returns [`Self::Error`] if the underlying repository fails
|
||||
async fn count(&mut self, filter: CompatSessionFilter<'_>) -> Result<usize, Self::Error>;
|
||||
|
||||
/// Record a batch of [`Session`] activity
|
||||
/// Record a batch of [`CompatSession`] activity
|
||||
///
|
||||
/// # Parameters
|
||||
///
|
||||
|
||||
@@ -231,7 +231,7 @@ pub trait BrowserSessionRepository: Send + Sync {
|
||||
user_session: &BrowserSession,
|
||||
) -> Result<Option<Authentication>, Self::Error>;
|
||||
|
||||
/// Record a batch of [`Session`] activity
|
||||
/// Record a batch of [`BrowserSession`] activity
|
||||
///
|
||||
/// # Parameters
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user