Merge pull request #736 from pizzafox/fix/https-links

Use HTTPS where possible
This commit is contained in:
Jonathan Turner
2019-09-30 14:43:15 +13:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@ -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();