From 120d6d73fab09be889336ae65ff402f6db9d4ccb Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Sat, 6 Jun 2026 06:35:16 +0800 Subject: [PATCH] Fix markdown link formatting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53093f6..9a2430d 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/jank-lang/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.