diff options
author | Marcel Amirault <ravlen@gmail.com> | 2018-11-21 23:15:01 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-21 23:15:01 +0000 |
commit | 4cee901dab76300e98fcedcb0a32f50f0d8dc105 (patch) | |
tree | 2974869f142be46ea958fc5630ce04b153fd9779 /doc/ssh | |
parent | 0b48c0eaf5800c91e4686dd50e76de9e67a896ae (diff) | |
download | gitlab-ce-4cee901dab76300e98fcedcb0a32f50f0d8dc105.tar.gz |
Docs: Cleaning up various links
Diffstat (limited to 'doc/ssh')
-rw-r--r-- | doc/ssh/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index c5b7813b285..9114b8d8417 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -30,7 +30,7 @@ clients at your disposal. ### Installing the SSH client for Windows 8.1 and Windows 7 The easiest way to install Git and the SSH client on Windows 8.1 and Windows 7 -is [Git for Windows](https://gitforwindows.com). It provides a BASH +is [Git for Windows](https://gitforwindows.org). It provides a BASH emulation (Git Bash) used for running Git from the command line and the `ssh-keygen` command that is useful to create SSH keys as you'll learn below. |