Skip to content

Commit e529f09

Browse files
committed
excluded mvnrepository from link check
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
1 parent fdc5903 commit e529f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-site:
1616

1717
.PHONY: check-links
1818
check-links: build-site
19-
bundle exec htmlproofer --assume_extension '.html' --swap-urls '^/opentelemetry/:/' --ignore_urls '/http:\/\/localhost:4000.*/','/https:\/\/elastic.github.io\/opentelemetry\/*/' --no_enforce_https ./_site
19+
bundle exec htmlproofer --assume_extension '.html' --swap-urls '^/opentelemetry/:/' --ignore_urls '/http:\/\/localhost:4000.*/','/https:\/\/elastic.github.io\/opentelemetry\/*/','/https:\/\/mvnrepository.com\/artifact\/co.elastic.otel\/elastic-otel-javaagent.*/' --no_enforce_https ./_site
2020

2121
.PHONY: run-local
2222
run-local: generate-collector-components

0 commit comments

Comments
 (0)