forked from extern/nushell
62d3497bbb
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> |
||
---|---|---|
.. | ||
assets | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |