From 160637d1c8ccaaaa094ac9b1c7962e3fb638f027 Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 1 May 2026 17:11:55 +0000 Subject: [PATCH] docs: update remote URL reference to github.com/funman300/Rusty_Solitare Mirrors the move of the canonical remote from git.aleshym.co to GitHub. The git remote itself was switched via 'git remote set-url origin'; this updates the one stale URL in docs/SESSION_HANDOFF.md that named the old host. --- docs/SESSION_HANDOFF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SESSION_HANDOFF.md b/docs/SESSION_HANDOFF.md index 616b695..1dea15b 100644 --- a/docs/SESSION_HANDOFF.md +++ b/docs/SESSION_HANDOFF.md @@ -1,7 +1,7 @@ # Solitaire Quest — Session Handoff > Last updated: 2026-04-25 -> Branch: `master` — pushed to https://git.aleshym.co/funman300/Rusty_Solitare.git +> Branch: `master` — pushed to https://github.com/funman300/Rusty_Solitare.git > Test count: **242 passing** (83 core + 60 data + 99 engine), `cargo clippy --workspace -- -D warnings` clean ---