Skip to content

Commit d1d2010

Browse files
committed
Beautify commit links in README.md
Signed-off-by: beorn7 <beorn@grafana.com>
1 parent 56a8597 commit d1d2010

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ repository.
1919

2020
Therefore, formerly existing support for languages other than Go (namely C++,
2121
Java, Python, Ruby) has been removed from this repository. If you are a 3rd
22-
party user of those languages, you can go back to commit
23-
14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016 to keep using the old code, or you can
24-
consume
22+
party user of those languages, you can go back to [commit
23+
14fe0d1](https://github.com/prometheus/client_model/commit/14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016)
24+
to keep using the old code, or you can consume
2525
[`metrics.proto`](https://github.com/prometheus/client_model/blob/master/metrics.proto)
2626
directly with your own protobuf tooling. Note, however, that changes of
27-
`metrics.proto` after commit 14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016 are
28-
solely informed by requirements of the Go instrumentation library and will not
29-
take into account any requirements of other languages or stability concerns for
30-
the protobuf-based exposition format.
27+
`metrics.proto` after [commit
28+
14fe0d1](https://github.com/prometheus/client_model/commit/14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016)
29+
are solely informed by requirements of the Go instrumentation library and will
30+
not take into account any requirements of other languages or stability concerns
31+
for the protobuf-based exposition format.
3132

3233
Check out the [OpenMetrics project](https://openmetrics.io/) for the future of
3334
the data model and exposition format used by Prometheus and others.

0 commit comments

Comments
 (0)