Skip to content

Commit 4c8a128

Browse files
authored
Standardise Link-Format
The README file had not a consistent handling of links. Sometimes there was a Link with Text sometimes there was a Linked URL. Sometimes there was «here» mentioned in the text. The changes were made under the following rules: * Links have a URL and a text * Link-Text is a (human) meaningful description of the target (machine) URL What was not touched/fixed: * Line-breaks at different width
1 parent 5251a44 commit 4c8a128

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

README.md

+8-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Protocol Buffers - Google's data interchange format
33

44
Copyright 2008 Google Inc.
55

6-
https://developers.google.com/protocol-buffers/
6+
[Protocol Buffers documentation](https://developers.google.com/protocol-buffers/)
77

88
Overview
99
--------
@@ -24,18 +24,14 @@ the [C++ Installation Instructions](src/README.md) to install protoc along
2424
with the C++ runtime.
2525

2626
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).
3028

3129
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.
3432

3533
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/).
3935

4036
These pre-built binaries are only provided for released versions. If you want
4137
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:
6763
Quick Start
6864
-----------
6965

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).
7468

7569
If you want to learn from code examples, take a look at the examples in the
7670
[examples](examples) directory.
7771

7872
Documentation
7973
-------------
8074

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/).
8576

8677
Developer Community
8778
-------------------

0 commit comments

Comments
 (0)