Skip to content

Commit

Permalink
Fetch mdBook in new location
Browse files Browse the repository at this point in the history
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
  • Loading branch information
t-nelis authored and ehuss committed Apr 7, 2020
1 parent e0faf21 commit 328c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- bash: |
set -e
mkdir mdbook
curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
echo "##vso[task.prependpath]`pwd`/mdbook"
displayName: "Install mdbook"
- bash: cargo doc --no-deps
Expand Down

0 comments on commit 328c38c

Please sign in to comment.