Skip to content

Commit 3d5be41

Browse files
authored
Fix Universal Artifacts URLs (#777)
1 parent 0f38bcf commit 3d5be41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The generated crate is manually published to the public Rust crate registry ([cr
3737
Most of `azure_devops_rust_api` is auto-generated from the OpenAPI spec and provides thin wrappers
3838
around the Azure DevOps REST API endpoints. The `artifacts_download` module is different: it is a
3939
hand-written, higher-level module that implements the full protocol for downloading
40-
[Universal Packages](https://docs.microsoft.com/en-us/azure/devops/artifacts/universal-packages/universal-packages-overview)
40+
[Universal Packages](https://learn.microsoft.com/en-us/azure/devops/artifacts/quickstarts/universal-packages?view=azure-devops)
4141
from Azure Artifacts.
4242

4343
It handles the entire download flow — service URL discovery, package metadata retrieval, blob URL

azure_devops_rust_api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ See the `[features]` section of [Cargo.toml](Cargo.toml) for the complete list.
140140
## Artifact downloads
141141

142142
In addition to the auto-generated REST API wrappers, the crate includes a higher-level
143-
`artifacts_download` module for downloading [Universal Packages](https://learn.microsoft.com/en-us/azure/devops/artifacts/universal-packages/universal-packages-overview)
143+
`artifacts_download` module for downloading [Universal Packages](https://learn.microsoft.com/en-us/azure/devops/artifacts/quickstarts/universal-packages?view=azure-devops)
144144
from Azure Artifacts.
145145

146146
Unlike the other modules, `artifacts_download` is not a thin wrapper around a single REST

0 commit comments

Comments
 (0)