Skip to content

Commit b5a2ccb

Browse files
committed
not rendering properly
1 parent 306d992 commit b5a2ccb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/artifacts/cargo/cargo-upstream-source.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ Azure Artifacts recommends having a dedicated feed for consuming crates from cra
116116
> [!NOTE]
117117
> For anonymous users of the public feed, use the original URL (without *~force-auth*) in your *.cargo/config.toml* file, as shown below:
118118
>
119-
```
120-
[registries]
121-
<FEED_NAME> = { index = "sparse+https://pkgs.dev.azure.com/<ORGANIZATION_NAME>/<PROJECT_NAME>/_packaging/<FEED_NAME>/Cargo/index/" }
122-
123-
[source.crates-io]
124-
replace-with = "<FEED_NAME>"
125-
```
119+
>```
120+
>[registries]
121+
><FEED_NAME> = { index = "sparse+https://pkgs.dev.azure.com/<ORGANIZATION_NAME>/<PROJECT_NAME>/_packaging/<FEED_NAME>/Cargo/index/" }
122+
>
123+
>[source.crates-io]
124+
>replace-with = "<FEED_NAME>"
125+
>```
126126
>
127127
128128
::: moniker-end

0 commit comments

Comments
 (0)