Skip to content

Commit dce9f59

Browse files
committed
Fetch mdBook in new location
The mdBook project was moved to the rust-lang organization, out of the nursery organization. rust-lang/mdBook#1080 rust-lang/mdBook#1083 https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-034
1 parent 805462e commit dce9f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- bash: |
9999
set -e
100100
mkdir mdbook
101-
curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.3.1/mdbook-v0.3.1-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
101+
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.3.1/mdbook-v0.3.1-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
102102
echo "##vso[task.prependpath]`pwd`/mdbook"
103103
displayName: "Install mdbook"
104104
- bash: cargo doc --no-deps

0 commit comments

Comments
 (0)