Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 19c4340

Browse files
committed
Adds one-line link check script
1 parent d9485e7 commit 19c4340

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

check-links.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Checks for broken link in the documentation.
2+
# Run `bundle exec jekyll serve` first.
3+
# Uses https://github.com/stevenvachon/broken-link-checker
4+
blc http://127.0.0.1:4000/for-elasticsearch-docs/ -ro

0 commit comments

Comments
 (0)