Skip to content

Commit 8cbc8f7

Browse files
committed
docs: Fix invalid rustdoc reference
1 parent e156914 commit 8cbc8f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
//! Ensures that `Pod`s are configured and running for each [`HbaseCluster`]
1+
//! Ensures that `Pod`s are configured and running for each [`HbaseCluster`][v1alpha1]
2+
//!
3+
//! [v1alpha1]: crate::crd::v1alpha1::HbaseCluster
24
use std::{
35
collections::{BTreeMap, HashMap},
46
fmt::Write,

0 commit comments

Comments
 (0)