Skip to content

Commit 89b3d04

Browse files
committed
primitives - sentry - fix intra links to Channel
1 parent 38384bd commit 89b3d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

primitives/src/sentry.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub use event::{Event, EventType, CLICK, IMPRESSION};
2424
#[serde(rename_all = "camelCase")]
2525
/// Channel Accounting response
2626
///
27-
/// A collection of all `Accounting`s for a specific [`Channel`](`crate::Channel`)
27+
/// A collection of all `Accounting`s for a specific [`Channel`](crate::Channel)
2828
///
2929
/// # Examples
3030
///
@@ -669,7 +669,7 @@ pub struct AllSpendersQuery {
669669
pub page: u64,
670670
}
671671

672-
/// Payouts to be performed for the given [`Channel`](`crate::Channel`).
672+
/// Payouts to be performed for the given [`Channel`](crate::Channel).
673673
///
674674
/// # Examples
675675
///

0 commit comments

Comments
 (0)