Skip to content

Commit

Permalink
Update mirrord/cli/src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: t4lz <[email protected]>
  • Loading branch information
eyalb181 and t4lz authored Dec 21, 2023
1 parent 4b8dc2f commit 7f59ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/cli/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pub(crate) enum CliError {
InternalProxyError(#[from] IntProxyError),
#[error("Feature `{0}` requires a mirrord operator.")]
#[diagnostic(help(
"The mirrord operator is part of mirrord for Teams. You can get started with mirrord for Teams at this link: http://mirrord.dev/docs/teams/introduction/"
"The mirrord operator is part of mirrord for Teams. You can get started with mirrord for Teams at this link: https://mirrord.dev/docs/teams/introduction/"
))]
FeatureRequiresOperatorError(String),
#[error("Feature `{feature}` is not supported in mirrord operator {operator_version}.")]
Expand Down

0 comments on commit 7f59ca3

Please sign in to comment.