From 533a643c2d0d162ce5f7b80423d600a042a8ca7f Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Sat, 6 Jun 2026 06:34:56 +0800 Subject: [PATCH] Fix link to clojure-test-suite in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362ad03..53093f6 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Tests are organized in three layers: is the authoritative description of what Jolt promises. - **`test/integration/`** — cross-cutting and regression batteries: the Clojure conformance suite, SCI bootstrap/runtime loading, jank conformance, the - cross-dialect [clojure-test-suite](https://github.com/lread/clojure-test-suite) + cross-dialect [clojure-test-suite]((https://github.com/jank-lang/clojure-test-suite) (run via a minimal `clojure.test` shim against `~/src/clojure-test-suite`, if present, and baseline-guarded), compile-mode tests, the library API, and a broad systematic-coverage net.