Skip to content

Commit f01c1a2

Browse files
authored
update bad locations and don't fail link check for them (#1010)
1 parent 401337e commit f01c1a2

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/scripts/markdown-link-check-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"ignorePatterns": [
88
{
99
"pattern": "^http://localhost:16686$"
10+
},
11+
{
12+
"pattern": "^https://maven-badges.sml.io/maven-central/io.opentelemetry.android/.*$"
1013
}
1114
]
1215
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
8585

8686
[ci-url]: https://github.com/open-telemetry/opentelemetry-android/actions?query=workflow%3Abuild+branch%3Amain
8787

88-
[maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opentelemetry.android/android-agent/badge.svg
88+
[maven-image]: https://maven-badges.sml.io/maven-central/io.opentelemetry.android/android-agent/badge.svg
8989

90-
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opentelemetry.android/android-agent
90+
[maven-url]: https://maven-badges.sml.io/maven-central/io.opentelemetry.android/android-agent

0 commit comments

Comments
 (0)