소스 검색

Update README.md due to 8dff45d (#375)

Chih-Hung Yeh 7 년 전
부모
커밋
854c7e5984
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      README.md

+ 3
- 3
README.md 파일 보기

@@ -102,8 +102,8 @@ pprof can read `perf.data` files generated by the
102 102
 
103 103
 ## Further documentation
104 104
 
105
-See [doc/pprof.md](doc/pprof.md) for more detailed end-user documentation.
105
+See [doc/README.md](doc/README.md) for more detailed end-user documentation.
106 106
 
107
-See [doc/developer/pprof.dev.md](doc/developer/pprof.dev.md) for developer documentation.
107
+See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution documentation.
108 108
 
109
-See [doc/developer/profile.proto.md](doc/developer/profile.proto.md) for a description of the profile.proto format.
109
+See [proto/README.md](proto/README.md) for a description of the profile.proto format.