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.