From 673396e4ad84391fc4f4d564876bdfdb91120433 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Fri, 5 Jun 2026 22:05:46 -0400 Subject: [PATCH] docs: point README badge and clone URL at jolt-lang/jolt (repo moved) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98bc32a..87374bc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Jolt -[![tests](https://github.com/yogthos/jolt/actions/workflows/tests.yml/badge.svg)](https://github.com/yogthos/jolt/actions/workflows/tests.yml) +[![tests](https://github.com/jolt-lang/jolt/actions/workflows/tests.yml/badge.svg)](https://github.com/jolt-lang/jolt/actions/workflows/tests.yml) A Clojure interpreter running on [Janet](https://janet-lang.org). Jolt reads Clojure source, evaluates it with an interpreter written in pure Janet, and ships a Clojure-compatible standard library. The goal is a Janet-hosted [SCI](https://github.com/borkdude/sci) runtime — a minimal bootstrap that loads SCI's Clojure source as its standard library. ## Build ```bash -git clone https://github.com/yogthos/jolt.git +git clone https://github.com/jolt-lang/jolt.git cd jolt git submodule update --init # pulls vendor/sci jpm build # compiles build/jolt