Fix cargo book command (#231)

This commit is contained in:
Campbell He 2023-02-09 20:17:32 +08:00 committed by GitHub
parent 60a9bdee05
commit a05b2fe8d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ var commandsIndex = {
["The Rust Programming Language", "https://doc.rust-lang.org/stable/book/"],
["Rust Async Book", "https://rust-lang.github.io/async-book/"],
["Rust Edition Guide Book", "https://doc.rust-lang.org/stable/edition-guide/"],
["The Cargo Book", "https://doc.rust-lang.org/cargo/index.html"],
["The Cargo Book", "https://doc.rust-lang.org/cargo/"],
["Rust and WebAssembly Book", "https://rustwasm.github.io/docs/book/"],
["Wasm-Pack Book", "https://rustwasm.github.io/docs/wasm-pack/"],
["The Embedded Rust Book", "https://rust-embedded.github.io/book/"],