mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:16:32 +02:00
Merge pull request #736 from pizzafox/fix/https-links
Use HTTPS where possible
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