From 0e2ca2034f8235a49742fde9a906ea11498f3cff Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Mon, 16 Mar 2026 20:12:23 +0800 Subject: [PATCH] fixes lint drift Signed-off-by: Adrian Cole --- inference-platforms/vllm/README.md | 2 +- lychee.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inference-platforms/vllm/README.md b/inference-platforms/vllm/README.md index 153fe57..705720f 100644 --- a/inference-platforms/vllm/README.md +++ b/inference-platforms/vllm/README.md @@ -39,5 +39,5 @@ uv run --exact -q --env-file env.local ../chat.py --use-responses-api * This does not yet support logs, and there is no GitHub issue on it. --- -[vllm]: https://docs.vllm.ai/en/latest/features/opentelemetry.html +[vllm]: https://docs.vllm.ai/en/latest/examples/online_serving/opentelemetry/ [uv]: https://docs.astral.sh/uv/getting-started/installation/ diff --git a/lychee.toml b/lychee.toml index 249b462..3c8b6ff 100644 --- a/lychee.toml +++ b/lychee.toml @@ -12,7 +12,7 @@ exclude = [ # OPENAI_BASE_URL is 404 "https://api.openai.com/v1", # Exclude links replaced by %PUBLIC_URL% - ".*%25PUBLIC_URL%25.*", + ".*%PUBLIC_URL%.*", # Does not respond on CI and not in any doc "https://www.robotstxt.org/robotstxt.html", ]