nushell/crates/nu-command
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
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
src fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
tests make date format supports locale (#6306) 2022-08-14 08:07:04 -05:00
build.rs Fix panic when building without git (#6289) 2022-08-10 10:31:12 -05:00
Cargo.toml bump to 0.67 (#6336) 2022-08-17 05:47:47 +12:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00