Skip to content

Commit 297ad8c

Browse files
committed
fix broken crd docs url
1 parent 5e8b395 commit 297ad8c

File tree

1 file changed

+1
-1
lines changed
  • rust/operator-binary/src/crd

1 file changed

+1
-1
lines changed

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pub mod versioned {
152152
#[derive(Clone, Debug, Deserialize, Eq, JsonSchema, PartialEq, Serialize)]
153153
#[serde(rename_all = "camelCase")]
154154
pub struct HiveClusterConfig {
155-
/// Settings related to user [authentication](DOCS_BASE_URL_PLACEHOLDER/usage-guide/security).
155+
/// Settings related to user [authentication](DOCS_BASE_URL_PLACEHOLDER/hive/usage-guide/security).
156156
pub authentication: Option<AuthenticationConfig>,
157157

158158
/// Authorization options for Hive.

0 commit comments

Comments
 (0)