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(docs): Link to Command Reference led to HTTP 404 #993

Merged
merged 3 commits into from
Jul 30, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
fix(deps): Fix command reference link in table of contents
  • Loading branch information
LeoniePhiline committed Jul 29, 2023
commit e806b4009a4d4ab5a308a4b857483ef40ba75f6e
2 changes: 1 addition & 1 deletion book/table_of_contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
- [Nushell map from imperative languages](nushell_map_imperative.md) - Guide to show how Nushell compares with Python, Kotlin, C++, C#, and Rust
- [Nushell map from functional languages](nushell_map_functional.md) - Guide to show how Nushell compares with Clojure, Tablecloth (OCaml / Elm) and Haskell
- [Nushell operator map](nushell_operator_map.md) - Guide to show how Nushell operators compare with those in general purpose programming languages
- [Command Reference](command_reference.md) - List of all Nushell's commands
- [Command Reference](/commands/) - List of all Nushell's commands
Loading