Point Oils jsh tests at Forgejo

ober

060363209abfdf00415eef272ad64eb80cddfbe0

diff --git a/Makefile b/Makefile
index 238b1fb..99f3fd4 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ SHELL_MODULES = ast registry macros pregexp-compat util environment lexer arithm
                 pipeline executor completion prompt lineedit script startup main lib
 
 OILS_DIR := vendor/oils
-OILS_REPOSITORY ?= https://github.com/ober/oils-jsh-tests.git
+OILS_REPOSITORY ?= https://git.jerboa.sh/ober/oils-jsh-tests.git
 OILS_COMMIT ?= cc65383087e120bce6724811dff141d2790a7bd7
 OILS_TREE ?= fb41a972d536afbfac04ce2f89bcca55b593c1f5
 SH_SPEC := python3 $(CURDIR)/test/run_spec.py
diff --git a/shell-missing.md b/shell-missing.md
index 9c84dc3..32ff1f2 100644
--- a/shell-missing.md
+++ b/shell-missing.md
@@ -162,7 +162,7 @@ jsh supports `${x^^}` (uppercase), which bash 3.2 rejects. Same caveat as above.
 ## 4. What We Built to Close the Gap
 
 ### 4.1 Forked Oils Repo with New Tests
-- **Fork:** `https://github.com/ober/oils-jsh-tests`
+- **Fork:** `https://git.jerboa.sh/ober/oils-jsh-tests`
 - **Branch:** `jsh-multiline-tests`
 - **New spec:** `spec/jsh-multiline.test.sh` (17 cases covering stdin/script multi-line constructs)
 - **Commit:** `cc65383087e120bce6724811dff141d2790a7bd7`