Skip to content

Commit

Permalink
Switch http to https in banner (#8272)
Browse files Browse the repository at this point in the history
Changing `http` to `https` in the banner now that `https://nushell.sh`
works: nushell/nushell.github.io#294
  • Loading branch information
rgwood committed Mar 1, 2023
1 parent 27d7982 commit cc7bdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/nu-cli/src/repl.rs
Expand Up @@ -720,9 +720,9 @@ fn get_banner(engine_state: &mut EngineState, stack: &mut Stack) -> String {
Please join our {}Discord{} community at {}https://discord.gg/NtAbbGn{}
Our {}GitHub{} repository is at {}https://github.com/nushell/nushell{}
Our {}Documentation{} is located at {}http://nushell.sh{}
Our {}Documentation{} is located at {}https://nushell.sh{}
{}Tweet{} us at {}@nu_shell{}
Learn how to remove this at: {}http://nushell.sh/book/configuration.html#remove-welcome-message{}
Learn how to remove this at: {}https://nushell.sh/book/configuration.html#remove-welcome-message{}
It's been this long since {}Nushell{}'s first commit:
{}{}
Expand Down

0 comments on commit cc7bdeb

Please sign in to comment.