소스 검색

Updated README.md

Added relative link to cmake guide.
Mahmut Ali ÖZKURAN 9 년 전
부모
커밋
9b3357ddac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/README.md

+ 1 - 1
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.