浏览代码

Merge pull request #77 from zchee/readme_file-link

README: add file link and fix profile.proto file path
Raul Silvera 8 年前
父节点
当前提交
1b4482cb9a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README.md

+ 4
- 4
README.md 查看文件

9
 profile.proto is a protocol buffer that describes a set of callstacks
9
 profile.proto is a protocol buffer that describes a set of callstacks
10
 and symbolization information. A common usage is to represent a set of
10
 and symbolization information. A common usage is to represent a set of
11
 sampled callstacks from statistical profiling. The format is
11
 sampled callstacks from statistical profiling. The format is
12
-described on the src/proto/profile.proto file. For details on protocol
12
+described on the [proto/profile.proto](./proto/profile.proto) file. For details on protocol
13
 buffers, see https://developers.google.com/protocol-buffers
13
 buffers, see https://developers.google.com/protocol-buffers
14
 
14
 
15
 Profiles can be read from a local file, or over http. Multiple
15
 Profiles can be read from a local file, or over http. Multiple
79
 
79
 
80
 ## Further documentation
80
 ## Further documentation
81
 
81
 
82
-See doc/pprof.md for more detailed end-user documentation.
82
+See [doc/pprof.md](doc/pprof.md) for more detailed end-user documentation.
83
 
83
 
84
-See doc/developer/pprof.dev.md for developer documentation.
84
+See [doc/developer/pprof.dev.md](doc/developer/pprof.dev.md) for developer documentation.
85
 
85
 
86
-See doc/developer/profile.proto.md for a description of the profile.proto format.
86
+See [doc/developer/profile.proto.md](doc/developer/profile.proto.md) for a description of the profile.proto format.