File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install mdbook
18
18
run : |
19
19
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
21
21
echo "##[add-path]$(pwd)/bin"
22
22
- name : Report versions
23
23
run : |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ infinitesimal fragments of despair.
23
23
24
24
Building the Nomicon requires [ mdBook] . To get it:
25
25
26
- [ mdBook ] : https://github.com/rust-lang-nursery /mdBook
26
+ [ mdBook ] : https://github.com/rust-lang/mdBook
27
27
28
28
``` bash
29
29
$ cargo install mdbook
You can’t perform that action at this time.
0 commit comments