aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-05-06 13:36:37 -0700
committerFeng Xiao <xiaofeng@google.com>2016-05-06 13:36:37 -0700
commitace2690be196ecf1af94c61bf59c245fcdd40c41 (patch)
treec81aa0c570a21452496be1f3fd0c5f67feeedcc0
parent5b5e369b185325c49ee450965ceceb6ac5586b16 (diff)
parent9b3357ddac879aa7c63ef2ae97438eaeedbb36d5 (diff)
downloadprotobuf-ace2690be196ecf1af94c61bf59c245fcdd40c41.tar.gz
protobuf-ace2690be196ecf1af94c61bf59c245fcdd40c41.tar.bz2
protobuf-ace2690be196ecf1af94c61bf59c245fcdd40c41.zip
Merge pull request #1496 from ozkuran/master
Updated README.md
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index 4e312c0c..c85bad34 100644
--- a/src/README.md
+++ b/src/README.md
@@ -181,7 +181,7 @@ In the downloads section, download the zip file protoc-$VERSION-win32.zip.
It contains the protoc binary as well as public proto files of protobuf
library.
-To build from source using Microsoft Visual C++, see cmake/README.md.
+To build from source using Microsoft Visual C++, see [cmake/README.md](../cmake/README.md).
To build from source using Cygwin or MinGW, follow the Unix installation
instructions, above.