diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_zh_CN/index.html | 2 | ||||
| -rw-r--r-- | docs/_zh_CN/pages/1-intro.md | 2 | ||||
| -rw-r--r-- | docs/doc.html | 2 | ||||
| -rw-r--r-- | docs/example-viewer.html | 6 | ||||
| -rw-r--r-- | docs/examples.html | 6 |
5 files changed, 11 insertions, 7 deletions
diff --git a/docs/_zh_CN/index.html b/docs/_zh_CN/index.html index a61fde3..99cff81 100644 --- a/docs/_zh_CN/index.html +++ b/docs/_zh_CN/index.html @@ -48,7 +48,7 @@ name: "Mingling 中文文档", repo: "true", corner: { - url: "https://github.com/catilgrass/mingling", + url: "https://github.com/mingling-rs/mingling", icon: "github", }, auto2top: true, diff --git a/docs/_zh_CN/pages/1-intro.md b/docs/_zh_CN/pages/1-intro.md index 8c5472d..f0294f7 100644 --- a/docs/_zh_CN/pages/1-intro.md +++ b/docs/_zh_CN/pages/1-intro.md @@ -9,7 +9,7 @@ 因为这是一个早期框架,所以尚不成熟。 -若您在使用过程中遇到任何问题,欢迎提交 [Issue](https://github.com/catilgrass/mingling/issues),我们乐意解决。 +若您在使用过程中遇到任何问题,欢迎提交 [Issue](https://github.com/mingling-rs/mingling/issues),我们乐意解决。 ## Mingling 是什么? diff --git a/docs/doc.html b/docs/doc.html index 1e78918..89c6275 100644 --- a/docs/doc.html +++ b/docs/doc.html @@ -43,7 +43,7 @@ name: "Mingling Helpdoc", repo: "true", corner: { - url: "https://github.com/catilgrass/mingling", + url: "https://github.com/mingling-rs/mingling", icon: "github", }, auto2top: true, 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 ── diff --git a/docs/examples.html b/docs/examples.html index 47513f2..fe4c1a3 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -317,7 +317,9 @@ <div class="nav-links"> <a href="doc.html">Docs</a> <a href="examples.html" class="active">Examples</a> - <a href="https://github.com/catilgrass/mingling" target="_blank" + <a + href="https://github.com/mingling-rs/mingling" + target="_blank" >GitHub</a > <a @@ -431,7 +433,7 @@ card.className = "example-card"; var ghBase = - "https://github.com/catilgrass/mingling/tree/main/examples/" + + "https://github.com/mingling-rs/mingling/tree/main/examples/" + ex.id; var viewUrl = "example-viewer.html?name=" + encodeURIComponent(ex.id); |
