From a79c750e9a74558a18f588f155a9da72cf6d639d Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Wed, 10 Jun 2026 18:28:52 +0800 Subject: Update repository URLs to mingling-rs organization --- docs/example-viewer.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/example-viewer.html') diff --git a/docs/example-viewer.html b/docs/example-viewer.html index 4eedbd9..cfab8a5 100644 --- a/docs/example-viewer.html +++ b/docs/example-viewer.html @@ -271,7 +271,9 @@
@@ -333,7 +335,7 @@ document.getElementById("exampleName").textContent = exampleName.replace(/^example-/, ""); document.getElementById("githubLink").href = - "https://github.com/catilgrass/mingling/tree/main/examples/" + + "https://github.com/mingling-rs/mingling/tree/main/examples/" + exampleName; // ── Load file list from auto-generated JSON ── -- cgit