diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: &ShellContext) -> Suggest { +pub fn complete_hello(ctx: ShellContext) -> 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" |
