Skip to content

Commit 5377459

Browse files
Fix comment
1 parent 4dc3970 commit 5377459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/controller/build/product_logging

rust/operator-binary/src/controller/build/product_logging/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub fn vector_config_file_content() -> String {
189189
/// Returns the OpenSearch specific environment variables used in the Vector configuration file
190190
///
191191
/// The common environment variables are already set in
192-
/// [`crate::framework::product_logging::framework::vector_container`].
192+
/// [`stackable_operator::v2::product_logging::framework::vector_container`].
193193
pub fn vector_config_file_extra_env_vars() -> EnvVarSet {
194194
EnvVarSet::new().with_value(
195195
&ENV_VAR_NAME_OPENSEARCH_SERVER_LOG_FILE,

0 commit comments

Comments
 (0)