Use https on GitHub links
This commit is contained in:
parent
f8ae66beb0
commit
9377bcf1c7
@ -608,7 +608,7 @@ cd "$(osascript -e 'tell app "Finder" to POSIX path of (insertion location as al
|
|||||||
|
|
||||||
#### Open URL
|
#### Open URL
|
||||||
```bash
|
```bash
|
||||||
open http://www.github.com
|
open https://www.github.com
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Open File
|
#### Open File
|
||||||
@ -619,7 +619,7 @@ open README.md
|
|||||||
#### Open Applications
|
#### Open Applications
|
||||||
You can open applications using `-a`.
|
You can open applications using `-a`.
|
||||||
```bash
|
```bash
|
||||||
open -a "Google Chrome" http://www.github.com
|
open -a "Google Chrome" https://www.github.com
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Open Folder
|
#### Open Folder
|
||||||
|
Loading…
Reference in New Issue
Block a user