aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-15 16:23:24 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2015-05-18 09:16:44 +0000
commit6961ad19c8ed7f4d9d7603d0c12fe76737c001d3 (patch)
tree5f22d743e9c758697a48bae872c4445a04421e10 /site/docs/install.md
parenta1d3e6f70b271d4fd1d38a8f0d98b5c6d91f9935 (diff)
Fix URL to github repository in install.md
-- MOS_MIGRATED_REVID=93722291
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index cb4461238a..c23ea82429 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -21,7 +21,7 @@ Clone the Bazel repo from GitHub:
```
$ cd $HOME
-$ git clone https://github.com/google/bazel/
+$ git clone https://github.com/google/bazel.git
```
## Building Bazel