Skip to content

Commit 5f4b119

Browse files
authored
Fix links and line length
The link used a relative path when the rest of them used absolue ones and the lines were above the 80 line limit.
1 parent 7752778 commit 5f4b119

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

docs/dependencies.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ There are
66
- Internal dependencies as the part of code from external libraries
77
backported/copied in main repo.
88

9-
The minimum required versions of the third-party libraries that are required can be found in the [third_party_minimum](../install/cmake/third_party_minimum) file. The minimum supported versions are listed here for convenience but the authoritative source is always the linked file.
9+
The minimum required versions of the third-party libraries that are required can
10+
be found in the [third_party_minimum](/install/cmake/third_party_minimum) file.
11+
The minimum supported versions are listed here for convenience but the
12+
authoritative source is always the linked file.
1013

1114
Both these dependencies are listed here:
1215

@@ -39,8 +42,8 @@ Both these dependencies are listed here:
3942

4043
- [OTLP/HTTP+JSON](/exporters/otlp)
4144
exporter:
42-
- [protobuf](https://github.com/protocolbuffers/protobuf) (v3.21.6 or later): Library to
43-
serialize structured data.
45+
- [protobuf](https://github.com/protocolbuffers/protobuf) (v3.21.6 or later):
46+
Library to serialize structured data.
4447
- OTLP messages are constructed as protobuf payloads.
4548
- `protoc` compiler is used to generate C++ stubs for proto files provided
4649
by `opentelemetry-proto`.
@@ -50,18 +53,19 @@ Both these dependencies are listed here:
5053
[here](https://github.com/protocolbuffers/protobuf/blob/master/LICENSE).
5154
The code generated by protoc compiler is owned by the owner of `.proto`
5255
file.
53-
- [libcurl](https://curl.se/libcurl/) (curl-7_81_0 or later) : the multiprotocol file transfer
54-
library.
56+
- [libcurl](https://curl.se/libcurl/) (curl-7_81_0 or later):
57+
the multiprotocol file transfer library.
5558
- Export connects with opentelemetry collector over HTTP protocol using
5659
libcurl library
5760
- License: Inspired by `MIT/X` but not same.
5861
<https://curl.se/docs/copyright.html>
59-
- [nlohmann/json](https://github.com/nlohmann/json) (v3.10.5 or later): JSON for Modern C++.
62+
- [nlohmann/json](https://github.com/nlohmann/json) (v3.10.5 or later):
63+
JSON for Modern C++.
6064
- protobuf serialized otlp messages are encoded in JSON format using this
6165
library.
6266
- License: `MIT License`
63-
- [zlib](https://www.zlib.net/) (v1.2.11 or later): A Massively Spiffy Yet Delicately
64-
Unobtrusive Compression Library.
67+
- [zlib](https://www.zlib.net/) (v1.2.11 or later):
68+
A Massively Spiffy Yet Delicately Unobtrusive Compression Library.
6569
- The `http_client` utilizes zlib to compress the message body and send
6670
it in gzip format.
6771
- License: The library is licensed
@@ -86,8 +90,8 @@ Both these dependencies are listed here:
8690

8791
- [Prometheus](/exporters/prometheus)
8892
exporter:
89-
- [`prometheus-cpp`](https://github.com/jupp0r/prometheus-cpp) (v1.1.0 or later) Prometheus
90-
Client Library for Modern C++
93+
- [`prometheus-cpp`](https://github.com/jupp0r/prometheus-cpp)
94+
(v1.1.0 or later): Prometheus Client Library for Modern C++
9195
- License: `MIT License`
9296

9397
- [ElasticSearch](/exporters/elasticsearch)
@@ -97,7 +101,7 @@ Both these dependencies are listed here:
97101

98102
- [Opentracing](/opentracing-shim)
99103
shim:
100-
- [`opentracing-cpp`](https://github.com/opentracing/opentracing-cpp) (v1.6.0 or later)
101-
OpenTracing API for C++
104+
- [`opentracing-cpp`](https://github.com/opentracing/opentracing-cpp)
105+
(v1.6.0 or later): OpenTracing API for C++
102106
- A bridge layer implementing the OpenTracing API using the OpenTelemetry API
103107
- License: `Apache License 2.0`

0 commit comments

Comments
 (0)