aboutsummaryrefslogtreecommitdiff
path: root/docs/example-viewer.html
diff options
context:
space:
mode:
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 ──