mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:39:08 +02:00
docs: use HTTPS where possible
Signed-off-by: Jonah Snider <me@jonahsnider.ninja>
This commit is contained in:
@ -116,7 +116,7 @@ Here are some tips to help you get started.
|
||||
* help commands - list all available commands
|
||||
* help <command name> - display help about a particular command
|
||||
|
||||
You can also learn more at http://book.nushell.sh"#;
|
||||
You can also learn more at https://book.nushell.sh"#;
|
||||
|
||||
let mut output_stream = VecDeque::new();
|
||||
|
||||
|
Reference in New Issue
Block a user