Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix book command #234

Merged
merged 1 commit into from
Feb 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions extension/index/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ var commandsIndex = {
["Wasm-Pack Book", "https://rustwasm.github.io/docs/wasm-pack/"],
["The Embedded Rust Book", "https://rust-embedded.github.io/book/"],
["The Rust Cookbook", "https://rust-lang-nursery.github.io/rust-cookbook/"],
["Command line apps in Rust", "https://rust-cli.github.io/book/index.html"],
["Command line apps in Rust", "https://rust-cli.github.io/book/"],
["Rust by Example", "https://doc.rust-lang.org/stable/rust-by-example/"],
["Rust RFC", "https://rust-lang.github.io/rfcs/"],
["The Rust Doc Book", "https://doc.rust-lang.org/rustdoc/index.html"],
["The rustc Book", "https://doc.rust-lang.org/rustc/index.html"],
["The Rust Doc Book", "https://doc.rust-lang.org/rustdoc/"],
["The rustc Book", "https://doc.rust-lang.org/rustc/"],
["Standard library developers Guide", "https://std-dev-guide.rust-lang.org/"],
["Guide to Rustc Development", "https://rustc-dev-guide.rust-lang.org/"],
["The Rust Reference", "https://doc.rust-lang.org/reference/index.html"],
["The Rustonomicon", "https://doc.rust-lang.org/nomicon/index.html"],
["The Unstable Book", "https://doc.rust-lang.org/unstable-book/index.html"],
["The Rust Reference", "https://doc.rust-lang.org/reference/"],
["The Rustonomicon", "https://doc.rust-lang.org/nomicon/"],
["The Unstable Book", "https://doc.rust-lang.org/unstable-book/"],
["Rust bindgen User Guide", "https://rust-lang.github.io/rust-bindgen/"],
["The wasm-bindgen Guide", "https://rustwasm.github.io/docs/wasm-bindgen/"],
["Rust API Guidelines", "https://rust-lang.github.io/api-guidelines/"],
Expand Down