docs: Convert many http URLs to https.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-03-26 17:32:21 -07:00
committed by Tim Abbott
parent 586f78cb32
commit 7ff9b22500
65 changed files with 149 additions and 149 deletions

View File

@@ -27,7 +27,7 @@ at `(venv)john@laptop:~$`:
- `(venv)` informs the user that they're currently in a virtual environment
(more on [Python virtual
environments](http://docs.python-guide.org/en/latest/dev/virtualenvs/))
environments](https://docs.python-guide.org/dev/virtualenvs/))
- the `john` before `@` is the username
- the `laptop` is the host machine name
- the `~` after the colon informs the user they're currently in the home
@@ -316,7 +316,7 @@ cases, `#!/bin/bash` or `#!/bin/sh` is used.
Frequently, you may find commands that you don't understand, or don't
know what they do. You can use `man <command>` to see the **man**ual page for
that specific command. Also, you may find useful
[explainshell](http://explainshell.com/), a webpage that explains what most
[explainshell](https://explainshell.com/), a webpage that explains what most
commands do, part by part.
Finally, [docopt](http://docopt.org/) can help you understand the syntax used
by command-line tools to describe their interface, and make sense of strings like