From 9a1face721fb89c0be6986748ceee3dd4d2ea067 Mon Sep 17 00:00:00 2001 From: Navdeep Rana Date: Fri, 10 Apr 2026 14:07:09 +0200 Subject: [PATCH 1/2] Fix link to TestItemREPL.jl repository --- guide/repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/repl.md b/guide/repl.md index 24a8878..a884424 100644 --- a/guide/repl.md +++ b/guide/repl.md @@ -4,7 +4,7 @@ TestItemREPL.jl is currently a prerelease package. The API and behavior may change before the first stable release. ::: -[TestItemREPL.jl](https://github.com/julia-testitem/TestItemREPL.jl) provides an interactive REPL mode for running test items directly from the Julia terminal. It gives you live progress, filtering, background runs, and result inspection — all without leaving the REPL. +[TestItemREPL.jl](https://github.com/julia-testitems/TestItemREPL.jl) provides an interactive REPL mode for running test items directly from the Julia terminal. It gives you live progress, filtering, background runs, and result inspection — all without leaving the REPL. ![REPL runner](/images/repl-main.png) From de850a51c7f8201b712ee20caf7b6fca4da65323 Mon Sep 17 00:00:00 2001 From: Navdeep Rana Date: Fri, 10 Apr 2026 14:23:17 +0200 Subject: [PATCH 2/2] Update repl.md --- guide/repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/repl.md b/guide/repl.md index a884424..9604ce7 100644 --- a/guide/repl.md +++ b/guide/repl.md @@ -14,7 +14,7 @@ Install TestItemREPL.jl into your global environment: ```julia using Pkg -Pkg.add(url="https://github.com/julia-testitem/TestItemREPL.jl") +Pkg.add(url="https://github.com/julia-testitems/TestItemREPL.jl") ``` Then load it in the REPL: