Skip to content

Commit e21e902

Browse files
authored
Fix maven central link (signalfx#963)
* fix maven central link * switch to other form in hopes of fixing the weird link checker problem. * try again * try again * try again * markdown is hard * fix typo * re-center * undo re-center * ignore mvnrepository which is returning 403 today
1 parent 689e45d commit e21e902

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

.lycheeignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
https://rum-ingest/
22
https://appassets.androidplatform.net/assets/index.html
33
https://appassets.androidplatform.net/assets/first.html
4-
https://appassets.androidplatform.net/assets/second.html
4+
https://appassets.androidplatform.net/assets/second.html
5+
https://mvnrepository.com/artifact/com.splunk/splunk-otel-android/latest

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,12 @@
1010
</strong>
1111
</p>
1212

13-
<p align="center">
14-
<img alt="Stable" src="https://img.shields.io/badge/status-stable-informational?style=for-the-badge">
15-
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5">
16-
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.33.5-blueviolet?style=for-the-badge">
17-
</a>
18-
<a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.4.0">
19-
<img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.4.0-blueviolet?style=for-the-badge">
20-
</a>
21-
<a href="https://github.com/signalfx/splunk-otel-android/releases">
22-
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/signalfx/splunk-otel-android?include_prereleases&style=for-the-badge">
23-
</a>
24-
<a href="https://maven-badges.herokuapp.com/maven-central/com.splunk/splunk-otel-android">
25-
<img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.splunk/splunk-otel-android?style=for-the-badge">
26-
</a>
27-
<a href="https://github.com/signalfx/splunk-otel-android/actions/workflows/main.yaml">
28-
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/signalfx/splunk-otel-android/main.yaml?branch=main&style=for-the-badge">
29-
</a>
30-
</p>
13+
![Stable][stable-image]
14+
[![OpenTelemetry Instrumentation for Java Version][otel-image]][otel-link]
15+
[![OpenTelemetry Instrumentation for Android Version][android-image]][android-link]
16+
[![Splunk GDI specification][gdi-image]][gdi-link]
17+
[![Maven Central][maven-image]][maven-link]
18+
[![Build Status][build-image]][build-link]
3119

3220
---
3321

@@ -69,3 +57,15 @@ in the official documentation.
6957

7058
The Splunk Android RUM Instrumentation is licensed under the terms of the Apache Software License
7159
version 2.0. See [the license file](./LICENSE) for more details.
60+
61+
[stable-image]: https://img.shields.io/badge/status-stable-informational?style=for-the-badge
62+
[otel-image]: https://img.shields.io/badge/otel-1.33.5-blueviolet?style=for-the-badge
63+
[otel-link]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5
64+
[android-image]: https://img.shields.io/github/v/release/signalfx/splunk-otel-android?include_prereleases&style=for-the-badge
65+
[android-link]: https://github.com/signalfx/splunk-otel-android/releases
66+
[gdi-image]: https://img.shields.io/badge/GDI-1.4.0-blueviolet?style=for-the-badge
67+
[gdi-link]: https://github.com/signalfx/gdi-specification/releases/tag/v1.4.0
68+
[maven-image]: https://img.shields.io/maven-central/v/com.splunk/splunk-otel-android?style=for-the-badge
69+
[maven-link]: https://mvnrepository.com/artifact/com.splunk/splunk-otel-android/latest
70+
[build-image]: https://img.shields.io/github/actions/workflow/status/signalfx/splunk-otel-android/main.yaml?branch=main&style=for-the-badge
71+
[build-link]: https://github.com/signalfx/splunk-otel-android/actions/workflows/main.yaml

0 commit comments

Comments
 (0)