Skip to content

Commit 8d0bd58

Browse files
committed
Missed a spot where api location should be index location for now
1 parent 8495202 commit 8d0bd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-alternative-registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ A valid registry index meets the following criteria:
184184
{
185185
"dl": "https://my-crates-server.com/api/v1/crates",
186186
"api": "https://my-crates-server.com/",
187-
"allowed-registries": ["https://crates.io", "https://my-other-crates-server.com"]
187+
"allowed-registries": ["https://github.com/rust-lang/crates.io-index", "https://my-intranet:8080/index"]
188188
}
189189
```
190190

0 commit comments

Comments
 (0)