Switch http to https in banner (#8272)

Changing `http` to `https` in the banner now that `https://nushell.sh`
works: https://github.com/nushell/nushell.github.io/issues/294
This commit is contained in:
Reilly Wood 2023-02-28 20:32:31 -08:00 committed by GitHub
parent 27d798270b
commit cc7bdebc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
{}{}