From 2fc57d63067c18b1100ecdbf684fa5baf49459d1 Mon Sep 17 00:00:00 2001 From: Manish Tiwari Date: Fri, 21 Aug 2026 10:58:49 +0530 Subject: [PATCH] tests: fix relative links in tests/README.md test-highlighting.zsh and test-perfs.zsh were linked as tests/test-*.zsh, but this file already lives in tests/, so the links resolved to tests/tests/test-*.zsh and 404'd. Found by pointing a markdown link-checker at the repo. --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index eefeb54..10f399c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -86,7 +86,7 @@ grow ways to set `$PREBUFFER` to inject free-form code into the generated file. Highlighting test ----------------- -[`test-highlighting.zsh`](tests/test-highlighting.zsh) tests the correctness of +[`test-highlighting.zsh`](test-highlighting.zsh) tests the correctness of the highlighting. Usage: ```zsh @@ -110,7 +110,7 @@ results (tests that failed but were expected to succeed, or vice-versa), run Performance test ---------------- -[`test-perfs.zsh`](tests/test-perfs.zsh) measures the time spent doing the +[`test-perfs.zsh`](test-perfs.zsh) measures the time spent doing the highlighting. Usage: ```zsh