@@ -3,7 +3,7 @@ Protocol Buffers - Google's data interchange format
3
3
4
4
Copyright 2008 Google Inc.
5
5
6
- https://developers.google.com/protocol-buffers/
6
+ [ Protocol Buffers documentation ] ( https://developers.google.com/protocol-buffers/ )
7
7
8
8
Overview
9
9
--------
@@ -24,18 +24,14 @@ the [C++ Installation Instructions](src/README.md) to install protoc along
24
24
with the C++ runtime.
25
25
26
26
For non-C++ users, the simplest way to install the protocol compiler is to
27
- download a pre-built binary from our release page:
28
-
29
- [ https://github.com/protocolbuffers/protobuf/releases ] ( https://github.com/protocolbuffers/protobuf/releases )
27
+ download a pre-built binary from our [ GitHub release page] ( https://github.com/protocolbuffers/protobuf/releases ) .
30
28
31
29
In the downloads section of each release, you can find pre-built binaries in
32
- zip packages: protoc-$VERSION-$PLATFORM.zip. It contains the protoc binary
33
- as well as a set of standard .proto files distributed along with protobuf.
30
+ zip packages: ` protoc-$VERSION-$PLATFORM.zip ` . It contains the protoc binary
31
+ as well as a set of standard ` .proto ` files distributed along with protobuf.
34
32
35
33
If you are looking for an old version that is not available in the release
36
- page, check out the maven repo here:
37
-
38
- [ https://repo1.maven.org/maven2/com/google/protobuf/protoc/ ] ( https://repo1.maven.org/maven2/com/google/protobuf/protoc/ )
34
+ page, check out the [ Maven repository] ( https://repo1.maven.org/maven2/com/google/protobuf/protoc/ ) .
39
35
40
36
These pre-built binaries are only provided for released versions. If you want
41
37
to use the github main version at HEAD, or you need to modify protobuf code,
@@ -67,21 +63,16 @@ how to install protobuf runtime for that specific language:
67
63
Quick Start
68
64
-----------
69
65
70
- The best way to learn how to use protobuf is to follow the tutorials in our
71
- developer guide:
72
-
73
- https://developers.google.com/protocol-buffers/docs/tutorials
66
+ The best way to learn how to use protobuf is to follow the [ tutorials in our
67
+ developer guide] ( https://developers.google.com/protocol-buffers/docs/tutorials ) .
74
68
75
69
If you want to learn from code examples, take a look at the examples in the
76
70
[ examples] ( examples ) directory.
77
71
78
72
Documentation
79
73
-------------
80
74
81
- The complete documentation for Protocol Buffers is available via the
82
- web at:
83
-
84
- https://developers.google.com/protocol-buffers/
75
+ The complete documentation is available via the [ Protocol Buffers documentation] ( https://developers.google.com/protocol-buffers/ ) .
85
76
86
77
Developer Community
87
78
-------------------
0 commit comments