summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSuriyaa Sundararuban <isc.suriyaa@gmail.com>2018-06-06 18:33:36 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2018-06-06 18:07:01 +0000
commit235c5cf153a6d6f19d1377071ed3b56c62c74883 (patch)
tree38d1fc1fda12718411073de91c464f05242344d2 /README.md
parent11f6cb43a0db4f8c8a7c91c23cb88a30c5ed37bf (diff)
downloadgo-git-235c5cf153a6d6f19d1377071ed3b56c62c74883.tar.gz
README: linkify some paths
Change-Id: I77e31954f6d92f769934843bbba9f990f330f50a Reviewed-on: https://go-review.googlesource.com/116675 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8cf23cae1e..49231bf25d 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,14 @@ BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install
-or load doc/install.html in your web browser for installation
+or load [doc/install.html](./doc/install.html) in your web browser for installation
instructions.
#### Install From Source
If a binary distribution is not available for your combination of
operating system and architecture, visit
-https://golang.org/doc/install/source or load doc/install-source.html
+https://golang.org/doc/install/source or load [doc/install-source.html](./doc/install-source.html)
in your web browser for source installation instructions.
### Contributing