[Docs] Ignore 127.0.0 links

This commit is contained in:
William Fu-Hinthorn
2024-12-18 16:14:54 -08:00
parent 53a2c2bdcd
commit 32abc62bc1
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -108,6 +108,7 @@ jobs:
--check-links-ignore "https://(api|web|docs)\.smith\.langchain\.com/.*" \
--check-links-ignore "http://localhost:8123/.*" \
--check-links-ignore "http://localhost:2024/.*" \
--check-links-ignore "http://127.0.0.1:2024/.*" \
--check-links-ignore "https://x.com/.*" \
--check-links-ignore "https://github\.com/.*" \
--check-links-ignore "/.*\.(ipynb|html)$" \