diff --git a/crates/nu-protocol/src/shell_error.rs b/crates/nu-protocol/src/shell_error.rs index 60278041ce..00273d14cc 100644 --- a/crates/nu-protocol/src/shell_error.rs +++ b/crates/nu-protocol/src/shell_error.rs @@ -269,7 +269,7 @@ pub enum ShellError { /// /// ## Resolution /// - /// It is very likely that this is a bug. Please file an issue at https://github.com/nushell/nushell/issues with relevant information. + /// It is very likely that this is a bug. Please file an issue at with relevant information. #[error("Nushell failed: {msg}.")] #[diagnostic( code(nu::shell::nushell_failed), @@ -283,7 +283,7 @@ pub enum ShellError { /// /// ## Resolution /// - /// It is very likely that this is a bug. Please file an issue at https://github.com/nushell/nushell/issues with relevant information. + /// It is very likely that this is a bug. Please file an issue at with relevant information. #[error("Nushell failed: {msg}.")] #[diagnostic( code(nu::shell::nushell_failed_spanned), @@ -302,7 +302,7 @@ pub enum ShellError { /// /// ## Resolution /// - /// It is very likely that this is a bug. Please file an issue at https://github.com/nushell/nushell/issues with relevant information. + /// It is very likely that this is a bug. Please file an issue at with relevant information. #[error("Nushell failed: {msg}.")] #[diagnostic(code(nu::shell::nushell_failed_help))] // Only use this one if Nushell completely falls over and hits a state that isn't possible or isn't recoverable