Remove www on GitHub links

This commit is contained in:
Vincent Klaiber 2016-02-29 11:51:18 +01:00
parent 6438c26cc8
commit 31b91074a3

View File

@ -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 https://www.github.com open https://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" https://www.github.com open -a "Google Chrome" https://github.com
``` ```
#### Open Folder #### Open Folder