Skip to content

Commit 42d853a

Browse files
committed
fix link checking
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 032d08c commit 42d853a

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Prometheus uses GitHub to manage reviews of pull requests.
44

55
- If you have a trivial fix or improvement, go ahead and create a pull request,
66
addressing (with `@...`) the maintainer of this repository (see
7-
[MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.
7+
[MAINTAINERS.md](https://github.com/prometheus/client_java/blob/main/MAINTAINERS.md)) in the
8+
description of the pull request.
89

910
- If you plan to do something more involved, first discuss your ideas
1011
on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
## Contributing and community
1010

11-
See [CONTRIBUTING.md](CONTRIBUTING.md) and the [community section](http://prometheus.io/community/)
11+
See [CONTRIBUTING.md](https://github.com/prometheus/client_java/blob/main/CONTRIBUTING.md) and
12+
the [community section](http://prometheus.io/community/)
1213
of the Prometheus homepage.
1314

1415
The Prometheus Java community is present on the [CNCF Slack](https://cloud-native.slack.com) on
@@ -22,4 +23,4 @@ the [simpleclient](https://github.com/prometheus/client_java/tree/simpleclient)
2223

2324
## License
2425

25-
Apache License 2.0, see [LICENSE](LICENSE).
26+
Apache License 2.0, see [LICENSE](https://github.com/prometheus/client_java/blob/main/LICENSE).

lychee.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
max_retries = 6
22
exclude_loopback = true
3+
cache = true
34

5+
base = "https://prometheus.github.io"
46
exclude_path = ["docs/themes"]
7+
exclude = ['^https://github\.com/prometheus/client_java/settings', '#']
8+
59

mise.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,14 @@ run = "./mvnw install -DskipTests"
3838
run = "scripts/super-linter.sh"
3939

4040
[tasks.lint-links]
41-
run = "lychee --cache --include-fragments ."
41+
run = "lychee --include-fragments ."
4242

4343
[tasks.lint-gh-actions]
4444
run = "zizmor .github/"
4545

4646
[tasks.lint-rest]
4747
description = "All lints not covered by super linter"
48-
depends = [
49-
# "lint-links", # try out first
50-
"lint-gh-actions"]
48+
depends = ["lint-links", "lint-gh-actions"]
5149

5250
[tasks.acceptance-test]
5351
description = "Run OATs acceptance tests"

0 commit comments

Comments
 (0)