aboutsummaryrefslogtreecommitdiff
path: root/docs/example-viewer.html
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-06-10 18:28:52 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-06-10 18:28:52 +0800
commita79c750e9a74558a18f588f155a9da72cf6d639d (patch)
treeb1a4c122d95906aacaa68bec1c98bac4c60788ca /docs/example-viewer.html
parent4f98db03525cf072e2170a40cad9b509c6a8bd8e (diff)
Update repository URLs to mingling-rs organization
Diffstat (limited to 'docs/example-viewer.html')
-rw-r--r--docs/example-viewer.html6
1 files changed, 4 insertions, 2 deletions
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 @@
<div class="nav-links">
<a href="doc.html">Docs</a>
<a href="examples.html">Examples</a>
- <a href="https://github.com/catilgrass/mingling" target="_blank"
+ <a
+ href="https://github.com/mingling-rs/mingling"
+ target="_blank"
>GitHub</a
>
</div>
@@ -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 ──