Skip to content

Commit 9f4822f

Browse files
committed
docs: Fix doc comment reference
1 parent 9df35e7 commit 9f4822f

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/crd/authentication/core

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/crd/authentication/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub mod versioned {
9696
/// to wrap this struct and use `#[serde(flatten)]` on the field.
9797
///
9898
/// Additionally, it might be the case that special fields are needed in the contained structs,
99-
/// such as [`oidc_v1alpha1::ClientAuthenticationOptions`]. To be able to add custom fields in
99+
/// such as [`oidc::v1alpha1::ClientAuthenticationOptions`]. To be able to add custom fields in
100100
/// that structs without serde(flattening) multiple structs, they are generic, so you can add
101101
/// additional attributes if needed.
102102
///

0 commit comments

Comments
 (0)