File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 - name : Install mdbook
1818 run : |
1919 mkdir bin
20- curl -sSL https://github.com/rust-lang-nursery /mdBook/releases/download/v0.3.4/mdbook-v0.3.4-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
20+ curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.3.4/mdbook-v0.3.4-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2121 echo "##[add-path]$(pwd)/bin"
2222 - name : Report versions
2323 run : |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ infinitesimal fragments of despair.
2323
2424Building the Nomicon requires [ mdBook] . To get it:
2525
26- [ mdBook ] : https://github.com/rust-lang-nursery /mdBook
26+ [ mdBook ] : https://github.com/rust-lang/mdBook
2727
2828``` bash
2929$ cargo install mdbook
You can’t perform that action at this time.
0 commit comments