diff --git a/changelog.d/+link-to-operator-docs.fixed.md b/changelog.d/+link-to-operator-docs.fixed.md new file mode 100644 index 00000000000..2990373219a --- /dev/null +++ b/changelog.d/+link-to-operator-docs.fixed.md @@ -0,0 +1 @@ +Fix link to operator docs diff --git a/mirrord/cli/src/error.rs b/mirrord/cli/src/error.rs index c0539d7e3a3..8426737da0b 100644 --- a/mirrord/cli/src/error.rs +++ b/mirrord/cli/src/error.rs @@ -334,7 +334,7 @@ pub(crate) enum CliError { If you want to run without the operator, please set `\"operator\": false` in the mirrord configuration file. - Please remember that some features are supported only when using mirrord operator (https://mirrord.dev/docs/overview/teams/#supported-features?utm_source=erropfailed&utm_medium=cli).{GENERAL_HELP}"))] + Please remember that some features are supported only when using mirrord operator (https://mirrord.dev/docs/overview/teams?utm_source=erropfailed&utm_medium=cli#supported-features).{GENERAL_HELP}"))] OperatorApiFailed(OperatorOperation, kube::Error), #[error("mirrord operator rejected {0}: {1}")]