nushell/crates/nu-command/src/core_commands
Antoine Stevan 62d3497bbb
fix links to the "think in nu" page in --help (#6348)
This commit uses `sed` on all the files of the code base to
replace each and every instance of https://www.nushell.sh/book/thinking_in_nushell.html,
which is a broken link, to https://www.nushell.sh/book/thinking_in_nu.html,
which is the new URL to the book page.

This exact command was
```nushell
ls **/* -f |
    where type == file |
    each {
        |it|
        sed -i 's|https://www.nushell.sh/book/thinking_in_nushell.html|https://www.nushell.sh/book/thinking_in_nu.html|' $it.name
    }
```

Co-authored-by: amtoine <44101798+AntoineStevan@users.noreply.github.com>
2022-08-17 13:51:07 -04:00
..
overlay fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
alias.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
debug.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
def_env.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
def.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
describe.rs Add search terms for describe (#5644) 2022-05-26 08:11:45 -05:00
do_.rs Better error handling using do (#5890) 2022-06-29 20:01:34 -05:00
echo.rs docs: clarify print and echo commands (#5909) 2022-06-29 18:43:46 -04:00
error_make.rs add unspanned flag to error make, add tests (#6017) 2022-07-12 06:03:50 -05:00
export_alias.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_def_env.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_def.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_env.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_extern.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_use.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
extern_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
for_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
help.rs replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
hide_env.rs Add hide-env to hide environment variables (#6313) 2022-08-13 12:55:06 +03:00
hide.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
if_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
ignore.rs add search terms to ignore command (#6288) 2022-08-10 08:42:21 -05:00
let_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
metadata.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
mod.rs Add hide-env to hide environment variables (#6313) 2022-08-13 12:55:06 +03:00
module.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
register.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
source.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
use_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
version.rs fix typo for version command (#5610) 2022-05-22 16:48:39 +08:00