diff options
Diffstat (limited to 'docs/examples.html')
| -rw-r--r-- | docs/examples.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples.html b/docs/examples.html index 9d2ae8c..4ea41e8 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -426,7 +426,7 @@ Mìng Lìng </a> <div class="nav-links"> - <a href="doc.html">Docs</a> + <a href="index.html">Docs</a> <a href="examples.html" class="active">Examples</a> <a href="https://github.com/mingling-rs/mingling" @@ -476,7 +476,7 @@ // ── Load examples from auto-generated JSON ── var examples = []; - fetch("example-pages/examples.json") + fetch("examples.json") .then(function (r) { if (!r.ok) throw new Error("HTTP " + r.status); return r.json(); |
