Quellcode durchsuchen

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

Chih-Hung Yeh vor 7 Jahren
Ursprung
Commit
854c7e5984
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3
    3
      README.md

+ 3
- 3
README.md Datei anzeigen

@@ -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.