aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 15a72d6..3859b6b 100644
--- a/index.html
+++ b/index.html
@@ -1151,7 +1151,7 @@
Mìng Lìng
</a>
<div class="nav-links">
- <a href="docs/doc.html">Docs</a>
+ <a href="docs/index.html">Docs</a>
<a href="docs/examples.html">Examples</a>
<a
href="https://github.com/mingling-rs/mingling"
@@ -1198,7 +1198,7 @@
</p>
<div class="cta-row">
- <a href="docs/doc.html" class="btn-primary"> Documents </a>
+ <a href="docs/index.html" class="btn-primary"> Documents </a>
<a
href="https://github.com/mingling-rs/mingling"
target="_blank"
@@ -1289,7 +1289,7 @@ pub fn hello() { /* ... */ }
pub fn bye() { /* ... */ }
#[completion(EntryHello)]
-pub fn complete_hello(ctx: &amp;ShellContext) -&gt; Suggest {
+pub fn complete_hello(ctx: ShellContext) -&gt; Suggest {
if ctx.previous_word == "hello" {
suggest! {
"Alice": "The Sender",
@@ -1928,7 +1928,7 @@ mling proj-init</code></pre>
</p>
<p><a href="docs/examples.html">Examples</a></p>
<p>
- <a href="docs/doc.html#/" target="_blank">Help Doc</a>
+ <a href="docs/index.html#/" target="_blank">Help Doc</a>
</p>
<p>
<a href="docs/_zh_CN/index.html#/" target="_blank"