Skip to content

Commit e228348

Browse files
committed
docs: Fix invalid rustdoc reference
1 parent 5423c26 commit e228348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! this responsibility to the Submit job.
88
//!
99
//! The submit job only supports one group per role. For this reason, the
10-
//! [`SparkApplication`] spec doesn't declare Role objects directly. Instead it
10+
//! [`v1alpha1::SparkApplication`] spec doesn't declare Role objects directly. Instead it
1111
//! only declares [`stackable_operator::role_utils::CommonConfiguration`] objects for job,
1212
//! driver and executor and constructs the Roles dynamically when needed. The only group under
1313
//! each role is named "default". These roles are transparent to the user.

0 commit comments

Comments
 (0)