From dce9f59cf21401a06b228d523d53de1660c7726d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20N=C3=A9lis?= Date: Tue, 7 Apr 2020 20:07:00 +0200 Subject: [PATCH] Fetch mdBook in new location The mdBook project was moved to the rust-lang organization, out of the nursery organization. https://github.com/rust-lang/mdBook/issues/1080 https://github.com/rust-lang/mdBook/pull/1083 https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-034 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c36c527c08c..33084fc5a90 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -98,7 +98,7 @@ jobs: - bash: | set -e mkdir mdbook - 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 + 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 echo "##vso[task.prependpath]`pwd`/mdbook" displayName: "Install mdbook" - bash: cargo doc --no-deps